ソースを参照

暂无数据样式修改

marymelisa 4 年 前
コミット
5479f68c90
1 ファイル変更15 行追加0 行削除
  1. 15 0
      src/assets/styles/mixin.less

+ 15 - 0
src/assets/styles/mixin.less

@@ -1984,4 +1984,19 @@ input:-internal-autofill-selected {
     height: 80px;
     background: url(../images/nodata.png) center center no-repeat;
     background-size: cover;
+}
+
+.ant-empty.ant-empty-normal {
+    .ant-empty-image {
+        width: 80px;
+        height: 80px;
+        background: url(../images/nodata.png) center center no-repeat;
+        background-size: cover;
+        .ant-empty-img-simple {
+            display: none;
+        }
+    }
+    .ant-empty-description {
+        display: none;
+    }
 }