Browse Source

零部件DVP基本信息工程师输入框显示异常

wumingxin 8 months ago
parent
commit
c3645e5417
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/componentsDVP/baseInfo/baseInfo/index.vue

+ 2 - 2
src/views/componentsDVP/baseInfo/baseInfo/index.vue

@@ -97,7 +97,7 @@
               <span v-if="!isEdit" class="ml8">{{ baseInfo.productEngineer }}</span>
               <a-select
                 v-else
-                class="selectWidth"
+                class="select-width"
                 v-model="productEngineer"
                 :filter-option="filterOption"
                 :options="engineerList"
@@ -121,7 +121,7 @@
               <span v-if="!isEdit" class="ml8">{{ baseInfo.materialsEngineer }}</span>
               <a-select
                 v-else
-                class="selectWidth"
+                class="select-width"
                 v-model="materialEngineer"
                 :filter-option="filterOption"
                 :options="engineerList"