style: fix the background color of table striped is lose (#618)

Co-authored-by: ljh <ljh>
This commit is contained in:
M69W 2021-05-18 23:03:48 +08:00 committed by GitHub
parent 0112d6b313
commit 0e440f0793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -176,12 +176,8 @@
getDataSourceRef getDataSourceRef
); );
const { const { getFormProps, replaceFormSlotKey, getFormSlotKeys, handleSearchInfoChange } =
getFormProps, useTableForm(getProps, slots, fetch, getLoading);
replaceFormSlotKey,
getFormSlotKeys,
handleSearchInfoChange,
} = useTableForm(getProps, slots, fetch, getLoading);
const getBindValues = computed(() => { const getBindValues = computed(() => {
const dataSource = unref(getDataSourceRef); const dataSource = unref(getDataSourceRef);
@ -300,7 +296,7 @@
.@{prefix-cls} { .@{prefix-cls} {
&-row__striped { &-row__striped {
td { td {
background-color: content-background; background-color: @app-content-background;
} }
} }