|
@@ -11,7 +11,8 @@
|
|
|
body {
|
|
|
font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif;
|
|
|
}
|
|
|
- .vditor-reset{
|
|
|
+
|
|
|
+ .vditor-reset {
|
|
|
font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif !important;
|
|
|
}
|
|
|
|
|
@@ -140,8 +141,8 @@
|
|
|
|
|
|
|
|
|
<!-- 添加多选按钮 -->
|
|
|
- <div style="display: flex;">
|
|
|
- <div>
|
|
|
+ <div style="display: flex; ">
|
|
|
+ <div style="max-width: 55vw;height: 2.5em;overflow-y: scroll">
|
|
|
<el-checkbox-group v-model="tagChecked" @change="checkChange1()">
|
|
|
<el-checkbox-button v-for="tag in allTags" :label="tag"></el-checkbox-button>
|
|
|
</el-checkbox-group>
|
|
@@ -164,7 +165,7 @@
|
|
|
<div v-if="searchStr2" style="margin: 10px; padding: 10px">
|
|
|
<el-input v-model="searchResStr" type="textarea" :autosize="{minRows: 1}" readonly="true"></el-input>
|
|
|
</div>
|
|
|
- <div >
|
|
|
+ <div>
|
|
|
<div v-for="item in contentList">
|
|
|
<el-row style="margin: 10px; padding: 10px" class="border">
|
|
|
<el-col :span="18" class="contentLine">
|