Merge branch 'dev-3.7' of git.mesalab.cn:nezha/nezha-fronted into dev-3.8
This commit is contained in:
@@ -575,10 +575,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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,8 +26,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user