Kaynağa Gözat

feat:颜色调整

ljc 1 ay önce
ebeveyn
işleme
781a910faa
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      components/cwg-notice.vue
  2. 2 2
      pages/login/index.vue

+ 1 - 1
components/cwg-notice.vue

@@ -23,7 +23,7 @@
 
                     <view class="logout-wrap">
                         <view class="logout-btn btn btn-primary" @click="goMore">
-                            <cwg-icon name="crm-mb" :size="16" color="#ff9800" />
+                            <cwg-icon name="crm-mb" :size="16" color="#fff" />
                             <text v-t="'News.More'" />
                         </view>
                     </view>

+ 2 - 2
pages/login/index.vue

@@ -1303,7 +1303,7 @@ button {
   box-sizing: border-box;
   background-color: #102047;
   //border: 1px solid rgb(229, 229, 229);
-  color: var(--bs-emphasis-color);
+  color: #fff;
   text-align: center;
   line-height: px2rpx(38);
   border-radius: 0 18px 18px 0;
@@ -1337,7 +1337,7 @@ button {
   height: px2rpx(40);
   border-radius: px2rpx(4);
   background-color: var(--color-error);
-  color: var(--bs-emphasis-color);
+  color: #fff;
   font-weight: bold;
 }