This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
.el-scrollbar__wrap 高度强制100vh的问题
newStyle
douzhuo
2 years ago
parent
dc403a6806
commit
b0883f9096
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/App.vue
+ 1
- 1
src/App.vue
View File
@@ -31,7 +31,7 @@ export default {
border-color: #2671E2 !important;
}
.el-scrollbar__wrap{
height: 100vh
!important
;
height: 100vh;
}
.el-table__row{
font-size: 14px!important;
Write
Preview
Loading…
Cancel
Save