美化编辑布局样式
This commit is contained in:
parent
51661f413d
commit
116204666b
@ -3,11 +3,12 @@
|
|||||||
|
|
||||||
<div class="nqtitle">
|
<div class="nqtitle">
|
||||||
<div class="mdui-textfield mdui-textfield-floating-label inputtop">
|
<div class="mdui-textfield mdui-textfield-floating-label inputtop">
|
||||||
<input class="mdui-textfield-input" v-model="queryParamsAndMg.title" type="text" required/>
|
<input class="mdui-textfield-input edittitle" v-model="queryParamsAndMg.title" type="text" required/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="common">
|
||||||
<span>{{queryParamsAndMg.updateTime==null?'0000:00:00':queryParamsAndMg.updateTime}}</span>
|
<el-tag type="info" size="small" >{{queryParamsAndMg.updateTime==null?'0000:00:00':queryParamsAndMg.updateTime}}</el-tag>
|
||||||
<span @click="updateEdit">{{updateOpn}}</span>
|
<el-link type="info" icon="el-icon-edit" class="editNote" @click="updateEdit">{{updateOpn}}</el-link>
|
||||||
|
<el-link type="info" icon="el-icon-delete" class="editNote">删除</el-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-loading="loading" v-if="!showEditor" class="mian" v-html="queryParamsAndMg.ueditorContent">
|
<div v-loading="loading" v-if="!showEditor" class="mian" v-html="queryParamsAndMg.ueditorContent">
|
||||||
@ -172,6 +173,10 @@
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.edittitle{
|
||||||
|
font-weight: 800;
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
.mian {
|
.mian {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -181,6 +186,11 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
margin: 15px;
|
||||||
|
border: 1px solid #D4D4D4;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
|
background: #fafcff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home {
|
.home {
|
||||||
@ -190,6 +200,12 @@
|
|||||||
.edit{
|
.edit{
|
||||||
margin-left: 13px;
|
margin-left: 13px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.editNote{
|
||||||
|
margin-left: 10px;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 16px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.nqtitle{
|
.nqtitle{
|
||||||
margin-left: 13px;
|
margin-left: 13px;
|
||||||
@ -198,5 +214,10 @@
|
|||||||
.inputtop{
|
.inputtop{
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
.common{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user