Handy_Cao 2 سال پیش
والد
کامیت
467f7e7a77
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/packages/pc/views/footer/capital/summary/deposit/index.vue

+ 1 - 1
src/packages/pc/views/footer/capital/summary/deposit/index.vue

@@ -20,7 +20,7 @@
                 <span>{{ start }} - {{ end }}</span>
             </el-form-item>
         </el-form>
-        <span style="color: #999; font-size: 0.2rem;" v-if="cusBank.caninamount === 1" v-html="msg" />
+        <span style="color: #fff; font-size: 0.2rem;" v-if="cusBank.caninamount === 1" v-html="msg" />
         <span v-if="cusBank.caninamount === 0" v-html="msg" />
         <template #footer>
             <el-button type="info" @click="onCancel">取消</el-button>