Lind 3 лет назад
Родитель
Сommit
094b08b3cc
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/global.less

+ 5 - 0
src/global.less

@@ -4,6 +4,8 @@ html,
 body,
 body,
 #root {
 #root {
   height: 100%;
   height: 100%;
+  // 变成灰色
+  //-webkit-filter: grayscale(.95);
 }
 }
 
 
 .colorWeak {
 .colorWeak {
@@ -13,6 +15,7 @@ body,
 .ant-layout {
 .ant-layout {
   min-height: 100vh;
   min-height: 100vh;
 }
 }
+
 .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
 .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
   left: unset;
   left: unset;
 }
 }
@@ -36,11 +39,13 @@ ol {
   .ant-table {
   .ant-table {
     width: 100%;
     width: 100%;
     overflow-x: auto;
     overflow-x: auto;
+
     &-thead > tr,
     &-thead > tr,
     &-tbody > tr {
     &-tbody > tr {
       > th,
       > th,
       > td {
       > td {
         white-space: pre;
         white-space: pre;
+
         > span {
         > span {
           display: block;
           display: block;
         }
         }