fix:修改alertRule 提示的样式

This commit is contained in:
zhangyu
2020-11-16 10:40:53 +08:00
parent fda0e2bfa2
commit e735a380be

View File

@@ -289,13 +289,13 @@
<style scoped> <style scoped>
.rule-severity-remark{ .rule-severity-remark{
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: left;
justify-items: center; justify-items: center;
align-items: center; align-items: center;
/*width: 376px;*/ width: calc(100% - 220px);
padding: 10px 15px; padding: 10px 15px;
background: rgba(244,244,255,1); background: #F6F6F6;
color: rgba(144,147,158,1); color: #999999;
margin-top: -13px; margin-top: -13px;
margin-bottom: 18px; margin-bottom: 18px;
margin-left: 190px; margin-left: 190px;