diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index c9bfc404534aff3435393164c3eb9cba2ae48ee9..6d167d740b03c295c0633d43adeb40f2d249941f 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -176,12 +176,8 @@ getDataSourceRef ); - const { - getFormProps, - replaceFormSlotKey, - getFormSlotKeys, - handleSearchInfoChange, - } = useTableForm(getProps, slots, fetch, getLoading); + const { getFormProps, replaceFormSlotKey, getFormSlotKeys, handleSearchInfoChange } = + useTableForm(getProps, slots, fetch, getLoading); const getBindValues = computed(() => { const dataSource = unref(getDataSourceRef); @@ -300,7 +296,7 @@ .@{prefix-cls} { &-row__striped { td { - background-color: content-background; + background-color: @app-content-background; } }