|
@@ -4688,14 +4688,14 @@
|
|
|
<el-button type="primary" @click="addTableJson">上传模板</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="添加文档" :visible.sync="dialogVisibleWord" :append-to-body="true" width="800px"
|
|
|
+ <el-dialog title="添加文档" :visible.sync="dialogVisibleWord" :append-to-body="true" width="95%"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<el-form>
|
|
|
<!-- <el-form-item label="文本标题">
|
|
|
<el-input v-model="AttText.title" auto-complete="off" @input="change2" placeholder="请输入文本标题..."></el-input>
|
|
|
</el-form-item> -->
|
|
|
<div>文档内容</div>
|
|
|
- <editor-bar v-model="wordJson.text"></editor-bar>
|
|
|
+ <editor-bar v-model="wordJson.text" class="text_panel"></editor-bar>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<!-- <el-button @click="dialogVisibleWord = false">取 消</el-button> -->
|
|
@@ -16425,4 +16425,8 @@ ol {
|
|
|
.rb_c_nav span.active {
|
|
|
color: #0061FF
|
|
|
}
|
|
|
+
|
|
|
+.text_panel >>> .text{
|
|
|
+ height: 400px;
|
|
|
+}
|
|
|
</style>
|