Explorar el Código

fix: "搜索订单logo+添加账号"

Ritchie hace 1 año
padre
commit
503e039ff6

+ 1 - 1
src/assets/language/zh.json

@@ -61,7 +61,7 @@
     "rolePlaceholder": "请选择角色",
     "setUp": "设置",
     "startOrNot": "是否启动",
-    "manageMachinesLabel": "管理机器",
+    "manageMachinesLabel": "机器",
     "manageMachinesPlaceholder": "请选择管理机器",
     "submit": "提交",
     "modifyAccount": "修改账号",

BIN
src/assets/order/search.png


+ 5 - 4
src/styles/orderCenter/index.less

@@ -66,10 +66,10 @@
             .group5 {
               width: 39px;
               height: 16px;
-
+              margin-left: -13px;
               .icon2 {
-                width: 16px;
-                height: 16px;
+                width: 18px;
+                height: 18px;
                 margin-right: 5px;
               }
 
@@ -82,7 +82,8 @@
                   height: 16px;
                   overflow-wrap: break-word;
                   color: rgba(64, 77, 116, 1);
-                  font-size: 11px;
+                  font-size: 14px;
+                  font-family: PingFangSC-Semibold;
                   text-align: center;
                   white-space: nowrap;
                   line-height: 16px;

+ 4 - 2
src/views/accountPer/add.vue

@@ -34,12 +34,14 @@
         </div>
         <van-field colon :border="false" @click-input="busiEquipInpClk" readonly clearable
           v-model="cofficentForm.equipmentNames" :label="$t('accountPer.manageMachinesLabel')"
-          :placeholder="$t('accountPer.manageMachinesPlaceholder')">
+          :placeholder="$t('accountPer.manageMachinesPlaceholder')" :rules="[
+            { required: true, message: $t('accountPer.manageMachinesPlaceholder') },
+          ]">
           <template #right-icon>
             <div class="l-flex-RC">
               <van-icon v-if="cofficentForm.equipmentNames" @click="cofficentForm.equipmentNames = ''; equipmentIds = ''"
                 class="o-mr-6" name="clear" />
-              <van-icon @click="busiEquipInpClk" name="arrow-down" />
+              <van-icon @click="busiEquipInpClk" name="arrow" />
             </div>
           </template>
         </van-field>