@@ -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 {