Unverified 提交 0e440f07 作者: M69W 提交者: GitHub

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

Co-authored-by: ljh <ljh>
上级 0112d6b3
...@@ -176,12 +176,8 @@ ...@@ -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 @@ ...@@ -300,7 +296,7 @@
.@{prefix-cls} { .@{prefix-cls} {
&-row__striped { &-row__striped {
td { td {
background-color: content-background; background-color: @app-content-background;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论