编辑器美化
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
{{msgform.title}}
|
||||
</p> -->
|
||||
<div class="talkDialog">
|
||||
<timetalk :talkMsgs="talkMsgs" :msgform="msgform" @talksave="getTalkList" ></timetalk>
|
||||
<timetalk :talkMsgs="talkMsgs" :msgform="msgform" @talksave="talksave" ></timetalk>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
@@ -703,6 +703,10 @@
|
||||
|
||||
},
|
||||
methods: {
|
||||
talksave(val){
|
||||
this.msgform.ad_content = ''
|
||||
this.getTalkList()
|
||||
},
|
||||
// 刷新引用组件
|
||||
refrashComp(){
|
||||
this.$refs.editPublicRefRdit.$forceUpdate()
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<timetalk :talkMsgs="talkMsgs" :msgform="msgform" @talksave="getTalkList"></timetalk>
|
||||
<timetalk :talkMsgs="talkMsgs" :msgform="msgform" @talksave="talksave"></timetalk>
|
||||
<div class="tree_box">
|
||||
<h2 style="margin: 0 0 20px 0;">Manuscript Tracking</h2>
|
||||
<div class="block">
|
||||
@@ -661,7 +661,11 @@
|
||||
return str;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
methods: {
|
||||
talksave(val){
|
||||
this.msgform.ad_content = ''
|
||||
this.getTalkList()
|
||||
},
|
||||
//弹出编辑框
|
||||
testvis() {
|
||||
this.editVisible = true;
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
</h3>
|
||||
<div class="type_MTxt">
|
||||
<div class="type_MTxt_item" v-for="(item,index) in Main_List" :key="index">
|
||||
<p v-html="item.text" v-if="item.width==0"></p>
|
||||
<div :class="[item.is_title == 1 ? 'Ptitle' : '']">
|
||||
<p v-html="item.text" v-if="item.width==0"></p>
|
||||
</div>
|
||||
<p v-if="item.width!=0" class="MaxPicture">
|
||||
<img :src="baseUrl+'public/mainimg/'+item.content" :style="'width:'+item.width+'px'">
|
||||
<font :style="'width:'+item.width+'px'">{{item.note}}
|
||||
@@ -956,4 +958,6 @@ import VueUeditorWrap from 'vue-ueditor-wrap'; // ES6 Module
|
||||
display: block;
|
||||
}
|
||||
.istitle{margin: 20px 0;}
|
||||
.Ptitle{background: rgb(23, 138, 184); padding: 4px; margin: 15px 0;}
|
||||
.Ptitle p{margin-bottom: 0 !important; font-weight: bold; color: #fff !important;}
|
||||
</style>
|
||||
|
||||
@@ -916,9 +916,9 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
/* 隐藏编辑器底部内容 */
|
||||
/deep/ #edui1_bottombar{display: none;}
|
||||
/* /deep/ #edui1_bottombar{display: none;} */
|
||||
/* 编辑器高度 */
|
||||
/deep/ #edui1_iframeholder{ height: 260px;}
|
||||
/* /deep/ #edui1_iframeholder{ height: 260px;} */
|
||||
|
||||
.logtips{margin-bottom: 15px; color: #666;}
|
||||
/* .itemIndex{position: relative;} */
|
||||
|
||||
Reference in New Issue
Block a user