Explorar el Código

优化按钮大小

408249787 hace 2 años
padre
commit
2e225b21dc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/sb/modelbom/modules/BaseFormSb.vue

+ 2 - 2
src/views/sb/modelbom/modules/BaseFormSb.vue

@@ -48,9 +48,9 @@
           >
             <a-input
               disabled
-              style="width: 80%"
+              style="width: 70%"
               v-decorator="['sbPartName', {rules: [{required: false, message: '维护部位不能为空'}]}]"/>
-            <a-button type="primary" style="width: 20%" @click="handlePartSelect">选择</a-button>
+            <a-button type="primary" style="width: 30%" @click="handlePartSelect">选择</a-button>
           </a-form-item>
         </a-col>
         <a-col :lg="12" :md="24" :sm="24">