Bladeren bron

色值 黑色去掉透明度

chenrui 3 jaren geleden
bovenliggende
commit
8ab71fcb53
32 gewijzigde bestanden met toevoegingen van 47 en 39 verwijderingen
  1. 1 1
      src/components/Charts/RankList.vue
  2. 1 1
      src/components/DescriptionList/DescriptionList.vue
  3. 1 1
      src/components/GlobalFooter/GlobalFooter.vue
  4. 1 1
      src/components/PageHeader/PageHeader.vue
  5. 1 1
      src/components/Result/Result.vue
  6. 1 1
      src/components/SettingDrawer/SettingItem.vue
  7. 2 2
      src/components/global.less
  8. 8 0
      src/components/index.less
  9. 1 1
      src/components/tools/HeadInfo.vue
  10. 1 1
      src/layouts/UserLayout.vue
  11. 1 1
      src/views/allocationManagement/transferOut/list.vue
  12. 1 1
      src/views/basicData/warehouse/storingLocation/list.vue
  13. 1 1
      src/views/bnSetting/menu/adminMenus.vue
  14. 1 1
      src/views/bnSetting/menu/storeMenus.vue
  15. 2 2
      src/views/common/auditModal.vue
  16. 2 2
      src/views/common/commonModal.vue
  17. 1 1
      src/views/financialManagement/financialCollection/list.vue
  18. 1 1
      src/views/financialManagement/inventoryConfirmation/list.vue
  19. 1 1
      src/views/financialManagement/returnConfirmation/list.vue
  20. 3 3
      src/views/financialManagement/warehousingConfirmation/list.vue
  21. 1 1
      src/views/inventoryManagement/inventoryCheck/list.vue
  22. 1 1
      src/views/inventoryManagement/makeInventory/list.vue
  23. 1 1
      src/views/inventoryManagement/supervisionDisk/list.vue
  24. 1 1
      src/views/power/dataDictionary/dataDictionary.vue
  25. 1 1
      src/views/power/menu/menu.vue
  26. 1 1
      src/views/power/register/register.vue
  27. 1 1
      src/views/purchasingManagement/bulkWarehousingOrder/list.vue
  28. 1 1
      src/views/result/Error.vue
  29. 4 4
      src/views/result/Success.vue
  30. 1 1
      src/views/salesManagement/outboundOrder/list.vue
  31. 1 1
      src/views/setting/notice/detailModal.vue
  32. 1 1
      src/views/setting/noticeManagement/detailModal.vue

+ 1 - 1
src/components/Charts/RankList.vue

@@ -42,7 +42,7 @@ export default {
         margin-top: 16px;
 
         span {
-          color: rgba(0, 0, 0, .65);
+          color: rgba(0, 0, 0);
           font-size: 14px;
           line-height: 22px;
 

+ 1 - 1
src/components/DescriptionList/DescriptionList.vue

@@ -122,7 +122,7 @@ export default {
 
       .title {
         font-size: 14px;
-        color: rgba(0, 0, 0, .65);
+        color: rgba(0, 0, 0);
         font-weight: normal;
         margin-bottom: 12px;
       }

+ 1 - 1
src/components/GlobalFooter/GlobalFooter.vue

@@ -45,7 +45,7 @@ export default {
       color: rgba(0, 0, 0, 0.45);
 
       &:hover {
-        color: rgba(0, 0, 0, 0.65);
+        color: rgba(0, 0, 0);
       }
 
       &:not(:last-child) {

+ 1 - 1
src/components/PageHeader/PageHeader.vue

@@ -107,7 +107,7 @@ export default {
         font-size: 20px;
         line-height: 28px;
         font-weight: 500;
-        color: rgba(0, 0, 0, 0.85);
+        color: rgba(0, 0, 0);
         margin-bottom: 16px;
         flex: auto;
       }

+ 1 - 1
src/components/Result/Result.vue

@@ -77,7 +77,7 @@ export default {
     }
     .title {
       font-size: 24px;
-      color: rgba(0, 0, 0, .85);
+      color: rgba(0, 0, 0);
       font-weight: 500;
       line-height: 32px;
       margin-bottom: 16px;

+ 1 - 1
src/components/SettingDrawer/SettingItem.vue

@@ -29,7 +29,7 @@ export default {
 
     .setting-drawer-index-title {
       font-size: 14px;
-      color: rgba(0, 0, 0, .85);
+      color: rgba(0, 0, 0);
       line-height: 22px;
       margin-bottom: 12px;
     }

+ 2 - 2
src/components/global.less

@@ -183,7 +183,7 @@ body {
         display: inline-block;
         transition: all 0.3s;
         height: 100%;
-        color: rgba(0, 0, 0, 0.65);
+        color: rgba(0, 0, 0);
 
         &:hover {
           background: rgba(0, 0, 0, 0.025);
@@ -244,7 +244,7 @@ body {
         .header-index-wide {
           .header-index-left {
             .trigger {
-              color: rgba(0, 0, 0, 0.65);
+              color: rgba(0, 0, 0);
             }
           }
         }

+ 8 - 0
src/components/index.less

@@ -413,4 +413,12 @@
       padding-bottom: 8px!important;
     }
   }
+}
+.ant-form-item-label{
+  label{
+    color: #000000!important;
+  }
+}
+.ant-alert-message, .ant-card-head{
+  color: #000000!important;
 }

+ 1 - 1
src/components/tools/HeadInfo.vue

@@ -50,7 +50,7 @@ export default {
       margin-bottom: 4px;
     }
     p {
-      color: rgba(0, 0, 0, .85);
+      color: rgba(0, 0, 0);
       font-size: 24px;
       line-height: 32px;
       margin: 0;

+ 1 - 1
src/layouts/UserLayout.vue

@@ -107,7 +107,7 @@ export default {
 
 				.title {
 					font-size: 33px;
-					color: rgba(0, 0, 0, 0.85);
+					color: rgba(0, 0, 0);
 					font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
 					font-weight: 600;
 					position: relative;

+ 1 - 1
src/views/allocationManagement/transferOut/list.vue

@@ -338,6 +338,6 @@ export default {
 		cursor: pointer;
 	}
 	.common{
-		color: rgba(0, 0, 0, 0.65);
+		color: rgba(0, 0, 0);
 	}
 </style>

+ 1 - 1
src/views/basicData/warehouse/storingLocation/list.vue

@@ -5,7 +5,7 @@
         <!-- 自定义的二级文字标题 -->
         <template slot="subTitle">
           <a id="storingLocationList-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
-          <strong style="color: rgba(0, 0, 0, 0.65);margin-left: 50px;">所属仓库:{{ $route.query.name }}</strong>
+          <strong style="color: rgba(0, 0, 0);margin-left: 50px;">所属仓库:{{ $route.query.name }}</strong>
         </template>
       </a-page-header>
       <a-card size="small" :bordered="false" class="storingLocationList-cont">

+ 1 - 1
src/views/bnSetting/menu/adminMenus.vue

@@ -449,7 +449,7 @@ export default {
     border-radius: 5px;
     padding: 5px 10px 5px 20px;
     margin: 10px 0;
-    color: rgba(0, 0, 0, 0.85);
+    color: rgba(0, 0, 0);
   }
   .imgSize{
     color: #2d8cf0;

+ 1 - 1
src/views/bnSetting/menu/storeMenus.vue

@@ -486,7 +486,7 @@ export default {
     border-radius: 5px;
     padding: 5px 10px 5px 20px;
     margin: 10px 0;
-    color: rgba(0, 0, 0, 0.85);
+    color: rgba(0, 0, 0);
   }
   .imgSize{
     color: #2d8cf0;

+ 2 - 2
src/views/common/auditModal.vue

@@ -91,7 +91,7 @@ export default {
       display: flex;
       .audit-cont{
         .audit-tit{
-          color: rgba(0, 0, 0, 0.85);
+          color: rgba(0, 0, 0);
           font-weight: 500;
           font-size: 16px;
           line-height: 1.4;
@@ -99,7 +99,7 @@ export default {
         }
         .audit-txt{
           margin: 8px 0 0;
-          color: rgba(0, 0, 0, 0.65);
+          color: rgba(0, 0, 0);
           font-size: 14px;
           line-height: 1.5;
         }

+ 2 - 2
src/views/common/commonModal.vue

@@ -90,7 +90,7 @@ export default {
       display: flex;
       .common-cont{
         .common-tit{
-          color: rgba(0, 0, 0, 0.85);
+          color: rgba(0, 0, 0);
           font-weight: 500;
           font-size: 16px;
           line-height: 1.4;
@@ -98,7 +98,7 @@ export default {
         }
         .common-txt{
           margin: 8px 0 0;
-          color: rgba(0, 0, 0, 0.65);
+          color: rgba(0, 0, 0);
           font-size: 14px;
           line-height: 1.5;
         }

+ 1 - 1
src/views/financialManagement/financialCollection/list.vue

@@ -395,7 +395,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
   }
 </style>

+ 1 - 1
src/views/financialManagement/inventoryConfirmation/list.vue

@@ -238,7 +238,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
     // tab样式
     .inventoryConfirmationList-tabs.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container{

+ 1 - 1
src/views/financialManagement/returnConfirmation/list.vue

@@ -273,7 +273,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
   }
 </style>

+ 3 - 3
src/views/financialManagement/warehousingConfirmation/list.vue

@@ -297,7 +297,7 @@ export default {
 		cursor: pointer;
 	}
 	.common{
-		color: rgba(0, 0, 0, 0.65);
+		color: rgba(0, 0, 0);
 	}
   .confirmation-modal{
     .ant-modal-body{
@@ -307,7 +307,7 @@ export default {
       display: flex;
       .confirmation-cont{
         .confirmation-tit{
-          color: rgba(0, 0, 0, 0.85);
+          color: rgba(0, 0, 0);
           font-weight: 500;
           font-size: 16px;
           line-height: 1.4;
@@ -315,7 +315,7 @@ export default {
         }
         .confirmation-txt{
           margin: 8px 0 0;
-          color: rgba(0, 0, 0, 0.65);
+          color: rgba(0, 0, 0);
           font-size: 14px;
           line-height: 1.5;
         }

+ 1 - 1
src/views/inventoryManagement/inventoryCheck/list.vue

@@ -275,7 +275,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
     // tab样式
     .inventoryCheckList-tabs.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container{

+ 1 - 1
src/views/inventoryManagement/makeInventory/list.vue

@@ -152,7 +152,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
   }
 </style>

+ 1 - 1
src/views/inventoryManagement/supervisionDisk/list.vue

@@ -155,7 +155,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
   }
 </style>

+ 1 - 1
src/views/power/dataDictionary/dataDictionary.vue

@@ -398,7 +398,7 @@ export default {
     border-radius: 5px;
     padding: 5px 10px 5px 20px;
     margin: 10px 0;
-    color: rgba(0, 0, 0, 0.85);
+    color: rgba(0, 0, 0);
   }
   .imgSize{
     color: #2d8cf0;

+ 1 - 1
src/views/power/menu/menu.vue

@@ -450,7 +450,7 @@ export default {
     border-radius: 5px;
     padding: 5px 10px 5px 20px;
     margin: 10px 0;
-    color: rgba(0, 0, 0, 0.85);
+    color: rgba(0, 0, 0);
   }
   .imgSize{
     color: #2d8cf0;

+ 1 - 1
src/views/power/register/register.vue

@@ -421,7 +421,7 @@ export default {
     border-radius: 5px;
     padding: 5px 10px 5px 20px;
     margin: 10px 0;
-    color: rgba(0, 0, 0, 0.85);
+    color: rgba(0, 0, 0);
   }
   .imgSize{
     color: #2d8cf0;

+ 1 - 1
src/views/purchasingManagement/bulkWarehousingOrder/list.vue

@@ -362,7 +362,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
   }
 </style>

+ 1 - 1
src/views/result/Error.vue

@@ -5,7 +5,7 @@
         <a-button type="primary" >返回修改</a-button>
       </template>
       <div>
-        <div style="font-size: 16px; color: rgba(0, 0, 0, 0.85); font-weight: 500; margin-bottom: 16px">
+        <div style="font-size: 16px; color: rgba(0, 0, 0); font-weight: 500; margin-bottom: 16px">
           您提交的内容有如下错误:
         </div>
         <div style="margin-bottom: 16px">

+ 4 - 4
src/views/result/Success.vue

@@ -7,18 +7,18 @@
         <a-button style="margin-left: 8px">打印</a-button>
       </template>
       <div>
-        <div style="font-size: 16px; color: rgba(0, 0, 0, 0.85); font-weight: 500; margin-bottom: 20px;">项目名称</div>
+        <div style="font-size: 16px; color: rgba(0, 0, 0); font-weight: 500; margin-bottom: 20px;">项目名称</div>
         <a-row style="margin-bottom: 16px">
           <a-col :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
-            <span style="color: rgba(0, 0, 0, 0.85)">项目 ID:</span>
+            <span style="color: rgba(0, 0, 0)">项目 ID:</span>
             20180724089
           </a-col>
           <a-col :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
-            <span style="color: rgba(0, 0, 0, 0.85)">负责人:</span>
+            <span style="color: rgba(0, 0, 0)">负责人:</span>
             曲丽丽是谁?
           </a-col>
           <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12">
-            <span style="color: rgba(0, 0, 0, 0.85)">生效时间:</span>
+            <span style="color: rgba(0, 0, 0)">生效时间:</span>
             2016-12-12 ~ 2017-12-12
           </a-col>
         </a-row>

+ 1 - 1
src/views/salesManagement/outboundOrder/list.vue

@@ -450,7 +450,7 @@ export default {
       cursor: pointer;
     }
     .common{
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
     }
   }
 </style>

+ 1 - 1
src/views/setting/notice/detailModal.vue

@@ -192,7 +192,7 @@ export default {
     }
     .attachLink{
       display: inline-block;
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
       &:hover{
         text-decoration: underline;
       }

+ 1 - 1
src/views/setting/noticeManagement/detailModal.vue

@@ -189,7 +189,7 @@ export default {
     }
     .attachLink{
       display: inline-block;
-      color: rgba(0, 0, 0, 0.65);
+      color: rgba(0, 0, 0);
       &:hover{
         text-decoration: underline;
       }