File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 123
123
<div
124
124
v-if =" $slots.append"
125
125
class =" el-table__append-gutter"
126
- :style =" {
127
- height: layout.appendHeight + 'px'
128
- }" ></div >
126
+ :style =" { height: layout.appendHeight + 'px'}" ></div >
129
127
</div >
130
128
<div
131
129
v-if =" showSummary"
183
181
width: bodyWidth
184
182
}" >
185
183
</table-body >
184
+ <div
185
+ v-if =" $slots.append"
186
+ class =" el-table__append-gutter"
187
+ :style =" { height: layout.appendHeight + 'px' }" ></div >
186
188
</div >
187
189
<div
188
190
v-if =" showSummary"
Original file line number Diff line number Diff line change 81
81
width : 20px ;
82
82
}
83
83
84
+ @include e (append- wrapper) {
85
+ // 避免外边距重合 https://developer.mozilla.org/zh-CN/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing
86
+ overflow : hidden ;
87
+ }
88
+
84
89
@include m (fit ) {
85
90
border-right : 0 ;
86
91
border-bottom : 0 ;
You can’t perform that action at this time.
0 commit comments