yangfeng
2023-11-01 890781f6894a4af2558e41cc5c9660477b68b9c5
src/views/supplierManage/supplier/AddSupplier.vue
@@ -236,7 +236,7 @@
  computed: {},
  data() {
    return {
      dialogWidth: "60%",
      dialogWidth: "50%",
      editConfig: this.addCommonConfig,
      rules: {
        name: [{ required: true, message: "请输入", trigger: "blur" }],
@@ -493,11 +493,6 @@
      .file-content {
        display: flex;
      }
    }
    .dialog-footer {
      background-color: #f5f5f5;
      height: 55px;
      line-height: 55px;
    }
  }
}