NEZ-3030 fix:alert message 页面 trouble shooting 样式错误

This commit is contained in:
zyh
2023-08-02 11:36:51 +08:00
parent 3029253bcf
commit 34c0a65f19
2 changed files with 7 additions and 5 deletions

View File

@@ -522,10 +522,13 @@
} }
#pane-trbShot { #pane-trbShot {
// .editor-core.ql-container.ql-snow {
// background-color: #23241E;
// border-radius: 2px;
// color: #fff;
// }
.editor-core.ql-container.ql-snow { .editor-core.ql-container.ql-snow {
background-color: #23241E; border: none;
border-radius: 2px;
color: #fff;
} }
} }
} }

View File

@@ -23,8 +23,7 @@
/> />
</div> </div>
<div v-else-if="item.key === 'trbShot' && activeName === 'trbShot'"> <div v-else-if="item.key === 'trbShot' && activeName === 'trbShot'">
<div v-html="infoData.alertRule.trbShot" v-if="infoData.alertRule.trbShot"> <div class="rich-text-editor" v-html="infoData.alertRule.trbShot" v-if="infoData.alertRule.trbShot"></div>
</div>
</div> </div>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>