This website works better with JavaScript
Home
Explore
Help
Register
Sign In
dbs289
/
dcumcTest
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add padding to tab-view component content div
sbkwgh
8 years ago
parent
ec45d6c7d7
commit
2eca194210
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/components/TabView.vue
+ 1
- 0
src/components/TabView.vue
View File
@@ -64,6 +64,7 @@
}
@at-root #{&}__content {
background-color: #fff;
+ padding: 1rem;
}
}
</style>