M69W
2021-05-18 0e440f0793408a13d9c2f9ac53bd37b4afc43b96
style: fix the background color of table striped is lose (#618)

Co-authored-by: ljh <ljh>
1个文件已修改
10 ■■■■■ 已修改文件
src/components/Table/src/BasicTable.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Table/src/BasicTable.vue
@@ -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;
      }
    }