fix table 阴影

This commit is contained in:
Theluyuan 2023-01-16 10:36:02 +08:00
parent 4155ca0e73
commit 4e160ffb4a
4 changed files with 4 additions and 1 deletions

View File

@ -999,6 +999,7 @@ const _sfc_main = defineComponent({
watch(() => [props.height, props.maxHeight, props.dataSource], () => {
nextTick(() => {
getScrollWidth();
getFixedColumn();
});
}, {
deep: true

View File

@ -19417,6 +19417,7 @@ const _sfc_main$D = defineComponent({
watch(() => [props.height, props.maxHeight, props.dataSource], () => {
nextTick(() => {
getScrollWidth();
getFixedColumn();
});
}, {
deep: true

View File

@ -453,6 +453,7 @@ watch(
() => {
nextTick(() => {
getScrollWidth();
getFixedColumn();
});
},
{

File diff suppressed because one or more lines are too long