Quellcode durchsuchen

色值 黑色去掉透明度

chenrui vor 3 Jahren
Ursprung
Commit
5f87be1733

+ 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);
             }
           }
         }

+ 9 - 1
src/components/index.less

@@ -399,4 +399,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

@@ -106,7 +106,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;

+ 4 - 4
src/views/Home.vue

@@ -703,7 +703,7 @@ export default {
           display: inline-block;
           width: 25%;
           font-size: 14px;
-          color: rgba(0, 0, 0, 0.65);
+          color: rgba(0, 0, 0);
           vertical-align: top;
         }
       }
@@ -717,7 +717,7 @@ export default {
           flex-grow: 1;
           .page-data-tit{
             font-size: 14px;
-            color: rgba(0, 0, 0, 0.65);
+            color: rgba(0, 0, 0);
             margin: 0;
           }
           .page-data-num{
@@ -736,7 +736,7 @@ export default {
             margin-bottom: 3px;
             .page-data-itemText{
               font-size: 14px;
-              color: rgba(0, 0, 0, 0.65);
+              color: rgba(0, 0, 0);
             }
           }
         }
@@ -776,7 +776,7 @@ export default {
                   vertical-align: sub;
                 }
                 span{
-                  color: rgba(0, 0, 0, 0.65);
+                  color: rgba(0, 0, 0);
                   font-size: 14px;
                   padding-left: 5px;
                 }

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

@@ -75,7 +75,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;
@@ -83,7 +83,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;
         }

+ 1 - 1
src/views/customerManagement/customerInfo/detailModal.vue

@@ -110,7 +110,7 @@ export default {
       .item-label {
         width: 115px;
         font-size: 14px;
-        color: rgba(0, 0, 0, 0.85);
+        color: rgba(0, 0, 0);
         flex-shrink: 0;
       }
       .item-main {

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

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

+ 1 - 1
src/views/financialManagement/expenseManagement/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/financialManagement/warehousingAudit/list.vue

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

+ 1 - 1
src/views/inventoryManagement/satelliteWarehouseInventory/addModal.vue

@@ -234,7 +234,7 @@ export default {
       .item-label {
         width: 115px;
         font-size: 14px;
-        color: rgba(0, 0, 0, 0.85);
+        color: rgba(0, 0, 0);
         flex-shrink: 0;
       }
       .item-main {

+ 1 - 1
src/views/inventoryManagement/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/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/power/dataDictionary/dataDictionary.vue

@@ -379,7 +379,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/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/urgentItemsOffset/detail.vue

@@ -206,7 +206,7 @@ export default {
         .item-label {
           width: 115px;
           font-size: 14px;
-          color: rgba(0, 0, 0, 0.85);
+          color: rgba(0, 0, 0);
           flex-shrink: 0;
         }
         .item-main {