Browse Source

.el-scrollbar__wrap 高度强制100vh的问题

newStyle
douzhuo 2 years ago
parent
commit
b0883f9096
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/App.vue

+ 1
- 1
src/App.vue View File

@@ -31,7 +31,7 @@ export default {
border-color: #2671E2 !important; border-color: #2671E2 !important;
} }
.el-scrollbar__wrap{ .el-scrollbar__wrap{
height: 100vh !important;
height: 100vh;
} }
.el-table__row{ .el-table__row{
font-size: 14px!important; font-size: 14px!important;


Loading…
Cancel
Save