Commit df7bbe2 1 parent 49473ff commit df7bbe2 Copy full SHA for df7bbe2
File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 6
6
v-clickoutside =" handleOutsideClick"
7
7
v-show =" showPopper" >
8
8
<div class =" el-table-filter__content" >
9
- <el-checkbox-group class =" el-table-filter__checkbox-group" v-model =" filteredValue" >
10
- <el-checkbox
11
- v-for =" filter in filters"
12
- :key =" filter.value"
13
- :label =" filter.value" >{{ filter.text }}</el-checkbox >
14
- </el-checkbox-group >
9
+ <el-scrollbar wrap-class =" el-table-filter__wrap" >
10
+ <el-checkbox-group class =" el-table-filter__checkbox-group" v-model =" filteredValue" >
11
+ <el-checkbox
12
+ v-for =" filter in filters"
13
+ :key =" filter.value"
14
+ :label =" filter.value" >{{ filter.text }}</el-checkbox >
15
+ </el-checkbox-group >
16
+ </el-scrollbar >
15
17
</div >
16
18
<div class =" el-table-filter__bottom" >
17
19
<button @click =" handleConfirm"
Original file line number Diff line number Diff line change 76
76
}
77
77
}
78
78
79
+ @include e (wrap ) {
80
+ max-height : 280px ;
81
+ }
82
+
79
83
@include e (checkbox- group) {
80
84
padding : 10px ;
81
85
82
86
label .el-checkbox {
83
87
display : block ;
88
+ margin-right : 5px ;
84
89
margin-bottom : 8px ;
85
90
margin-left : 5px ;
86
91
}
You can’t perform that action at this time.
0 commit comments