未验证 提交 0e440f07 编写于 作者: M M69W 提交者: GitHub

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

Co-authored-by: ljh <ljh>
上级 0112d6b3
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册