Skip to content

Commit

Permalink
style: fix the background color of table striped is lose (#618)
Browse files Browse the repository at this point in the history
Co-authored-by: ljh <ljh>
  • Loading branch information
M69W authored May 18, 2021
1 parent 0112d6b commit 0e440f0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/Table/src/BasicTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -300,7 +296,7 @@
.@{prefix-cls} {
&-row__striped {
td {
background-color: content-background;
background-color: @app-content-background;
}
}
Expand Down

0 comments on commit 0e440f0

Please sign in to comment.