Explorar el Código

fix:检测重新分配选择对话框调整

liujiayin hace 2 años
padre
commit
b92719fe2b
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      src/views/system/jbdScan/goods/reallocation.vue

+ 5 - 2
src/views/system/jbdScan/goods/reallocation.vue

@@ -20,11 +20,12 @@
                 v-model="jianCeYuan"
                 size="mini"
                 :disabled="false"
-                template-key="bmrydhksy"
-                style="width: 150px;"
+                template-key="xzjcy"
+                style="width: 150px;margin:auto;"
                 :multiple="false"
                 type="dialog"
             />
+            
             <span slot="footer" class="dialog-footer">
                 <el-button @click="visible = false">取 消</el-button>
                 <el-button type="primary" @click="submitData('确认')">确认</el-button>
@@ -227,7 +228,9 @@ export default {
 /deep/ .el-input__inner {
     color: none;
 }
+.dialog-body{
 
+}
 .sample-scan .popContainer {
     position: fixed;
     top: 0;