🐛(component): 修复 table 列筛选布局
This commit is contained in:
@@ -438,6 +438,15 @@
|
||||
transition: box-shadow 0.3s;
|
||||
}
|
||||
|
||||
.layui-table-tool-checkbox{
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.layui-table-tool-checkbox > *{
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.layui-table-fixed-left-last::after {
|
||||
box-shadow: inset 10px 0 8px -8px #00000026;
|
||||
}
|
||||
|
||||
@@ -359,7 +359,7 @@ const renderTotalRowCell = (column: any) => {
|
||||
<i class="layui-icon layui-icon-cols"></i>
|
||||
</div>
|
||||
<template #content>
|
||||
<div style="padding: 10px">
|
||||
<div class="layui-table-tool-checkbox">
|
||||
<lay-checkbox
|
||||
v-for="column in columns"
|
||||
v-model="tableColumnKeys"
|
||||
|
||||
Reference in New Issue
Block a user