zyp 1 tydzień temu
rodzic
commit
4f2ca7f964
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/views/qw/sop/addSop.vue

+ 3 - 3
src/views/qw/sop/addSop.vue

@@ -311,11 +311,11 @@
         <el-button type="primary" @click="submitForm">确 定</el-button>
         <el-button @click="cancel">取 消</el-button>
       </div>
-      <el-dialog :title="listUser.title" :visible.sync="listUser.open" style="width: 1300px;height: 100%" append-to-body>
+      <el-dialog :title="listUser.title" :visible.sync="listUser.open" width="700px" append-to-body>
         <qwUserList ref="QwUserList" @selectUserList="selectUserList"></qwUserList>
       </el-dialog>
 
-      <el-dialog :title="companyUser.title" :visible.sync="companyUser.open" style="width: 110%;height: 100%" append-to-body>
+      <el-dialog :title="companyUser.title" :visible.sync="companyUser.open" width="700px" append-to-body>
         <company-user-list ref="companyUserList" @selectCompanyUserList="selectCompanyUserList"></company-user-list>
       </el-dialog>
 
@@ -324,7 +324,7 @@
       </el-dialog>
 
       <!--  选择/排除标签   -->
-      <el-dialog :title="changeTagDialog.title" :visible.sync="changeTagDialog.open" style="width:100%;height: 100%" append-to-body>
+      <el-dialog :title="changeTagDialog.title" :visible.sync="changeTagDialog.open" width="800px" append-to-body>
 
         <div>搜索标签:
           <el-input v-model="queryTagParams.tagName" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />