11wqe1 1 년 전
부모
커밋
1d8bd6ac8b
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/views/commission/components/projectBook.vue

+ 5 - 3
src/views/commission/components/projectBook.vue

@@ -263,7 +263,7 @@
       title="签批意见"
       :visible.sync="dialogVisible"
       :append-to-body="true"
-      width="700px"
+      width="1200px"
       :before-close="handleClose"
       class="dialog_diy"
     >
@@ -342,7 +342,7 @@ export default {
       ttt: "",
       bookData: {},
 			loading:false,
-      dialogVisible: false,
+      dialogVisible: true,
       ttype: 0,
       phType: 0,
       qpMessage: "",
@@ -983,8 +983,10 @@ export default {
       padding: 15px 20px;
       .qpLeft {
         /deep/.qpTextArea {
-          width: 250px;
+          width: 800px;
+          height: 500px;
           resize: none;
+          padding: 5px;
         }
       }
       .qpRight {