Commit 0e440f0793408a13d9c2f9ac53bd37b4afc43b96

Authored by M69W
Committed by GitHub
1 parent 0112d6b3

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

Co-authored-by: ljh <ljh>
src/components/Table/src/BasicTable.vue
@@ -176,12 +176,8 @@ @@ -176,12 +176,8 @@
176 getDataSourceRef 176 getDataSourceRef
177 ); 177 );
178 178
179 - const {  
180 - getFormProps,  
181 - replaceFormSlotKey,  
182 - getFormSlotKeys,  
183 - handleSearchInfoChange,  
184 - } = useTableForm(getProps, slots, fetch, getLoading); 179 + const { getFormProps, replaceFormSlotKey, getFormSlotKeys, handleSearchInfoChange } =
  180 + useTableForm(getProps, slots, fetch, getLoading);
185 181
186 const getBindValues = computed(() => { 182 const getBindValues = computed(() => {
187 const dataSource = unref(getDataSourceRef); 183 const dataSource = unref(getDataSourceRef);
@@ -300,7 +296,7 @@ @@ -300,7 +296,7 @@
300 .@{prefix-cls} { 296 .@{prefix-cls} {
301 &-row__striped { 297 &-row__striped {
302 td { 298 td {
303 - background-color: content-background; 299 + background-color: @app-content-background;
304 } 300 }
305 } 301 }
306 302