king
2021-08-31 f2beb6e2a6dbd438b4382fba9d50f9137f81c0b0
2021-08-31
5个文件已修改
11 ■■■■ 已修改文件
src/tabviews/custom/components/card/data-card/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/normal-table/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/index.scss 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/topSearch/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/data-card/index.scss
@@ -12,7 +12,7 @@
      margin-right: 0px;
      margin-bottom: 0px;
      min-height: 28px;
      height: 28px;
      height: auto;
    }
  }
src/tabviews/custom/components/table/normal-table/index.scss
@@ -15,7 +15,7 @@
      margin-right: 0px;
      margin-bottom: 0px;
      min-height: 28px;
      height: 28px;
      height: auto;
    }
  }
  .ant-modal-mask {
@@ -86,7 +86,7 @@
            margin-right: 0px;
            margin-bottom: 0px;
            min-height: 28px;
            height: 28px;
            height: auto;
          }
        }
      }
src/tabviews/custom/index.scss
@@ -47,7 +47,6 @@
    button {
      height: auto;
      min-height: 28px;
      height: 28px;
    }
  }
}
src/tabviews/zshare/actionList/index.scss
@@ -8,7 +8,7 @@
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 28px;
    height: 28px;
    height: auto;
  }
  .loading-skeleton {
src/tabviews/zshare/topSearch/index.scss
@@ -46,7 +46,7 @@
      }
    }
    .ant-btn {
      height: 28px;
      height: auto;
      min-height: 28px;
    }
  }