📝(component): update
This commit is contained in:
@@ -564,8 +564,8 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.layui-table-view .layui-form-checkbox,
|
||||
.layui-table-view .layui-form-radio,
|
||||
.layui-table-view .layui-form-checkbox,
|
||||
.layui-table-view .layui-form-switch {
|
||||
top: 0;
|
||||
margin: 0;
|
||||
@@ -579,11 +579,6 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layui-table,
|
||||
.layui-table-view {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.layui-table-cell-expand {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
word-break: break-all;
|
||||
}
|
||||
@@ -280,7 +280,10 @@ const getFixedColumn = () => {
|
||||
hasr.value = true;
|
||||
} else {
|
||||
// @ts-ignore
|
||||
if (tableBody.value?.scrollLeft + tableBody.value?.offsetWidth + 2 > tableBody.value?.scrollWidth) {
|
||||
if (
|
||||
tableBody.value?.scrollLeft + tableBody.value?.offsetWidth + 2 >
|
||||
tableBody.value?.scrollWidth
|
||||
) {
|
||||
hasl.value = true;
|
||||
hasr.value = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user