Просмотр исходного кода

花掌柜-配送方式设置颜色修改

ouyang 1 день назад
Родитель
Сommit
c755386f37
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      hdApp/src/admin/home/psMethod.vue

+ 4 - 4
hdApp/src/admin/home/psMethod.vue

@@ -529,7 +529,7 @@ export default {
         return ''
       }
       if (!this.hasValidCustomConfig()) {
-        return '请完整填写自定义计费规则'
+        return '请完整填写自定义计费规则(起步公里、起步价、超出每公里价)'
       }
       if (Number(this.form.status) === 1 && !this.canEnableRunner()) {
         return '请先绑定跑腿商户或配置完整的自定义计费后再启用'
@@ -773,7 +773,7 @@ export default {
   transition: all 0.2s ease;
   font-weight: bold;
   &.active {
-    color: #3385ff;
+    color: #049E2C;
     font-weight: bold;
 
     &::after {
@@ -784,7 +784,7 @@ export default {
       transform: translateX(-50%);
       width: 40upx;
       height: 4upx;
-      background-color: #3385ff;
+      background-color: #049E2C;
       border-radius: 2upx;
     }
   }
@@ -885,7 +885,7 @@ export default {
 
 .section-badge {
   font-size: 24upx;
-  color: #3385ff;
+  color: #049E2C;
   margin-left: 12upx;
 }