Sfoglia il codice sorgente

feat: 打包bug修复

wanxing 2 mesi fa
parent
commit
6c38860570
3 ha cambiato i file con 9 aggiunte e 4 eliminazioni
  1. 0 0
      src/assets/background10.png
  2. BIN
      src/assets/blue2.png
  3. 9 4
      src/global.less

+ 0 - 0
src/assets/background.png → src/assets/background10.png


BIN
src/assets/blue2.png


+ 9 - 4
src/global.less

@@ -6,7 +6,7 @@ body,
   // width: 1440px;
   width: 100%;
   height: 100%;
-  background-image: url('../src/assets/background.png') !important;
+  background-image: url('../src/assets/background10.png') !important;
   background-repeat: no-repeat;
   /*设置背景不重复*/
   background-size: 100% 100%;
@@ -182,8 +182,8 @@ body,
 
 //输入框的样式
 .ant-select:not(.ant-select-customize-input) .ant-select-selector {
-  background: rgba(17, 62, 104, 0.25);
-  border: 0;
+  background: rgba(17, 62, 104, 0.25) !important;
+  border: 0 !important;
   border-radius: 0 0 0 0;
   box-shadow: inset 0 0 20px 0 rgba(6, 165, 254, 0.2);
 
@@ -234,6 +234,7 @@ body,
 
 .ant-layout {
   min-height: 100vh;
+  background: transparent !important;
   background-color: rgba(0, 0, 0, 0);
   background-size: 100% 100%;
 }
@@ -431,7 +432,7 @@ tr.ant-table-expanded-row:hover > td {
 
 //分页器
 .ant-pagination {
-  color: rgba(255, 255, 255, 0.85);
+  color: rgba(255, 255, 255, 0.85) !important;
 
   .ant-pagination-item-active {
     background-color: rgba(17, 62, 104, 0.35) !important;
@@ -450,3 +451,7 @@ tr.ant-table-expanded-row:hover > td {
     color: whitesmoke;
   }
 }
+
+.ant-form-item-label > label {
+  color: #f5f5f5 !important;
+}