[前端-后台]统一了对于富文本编辑器的非空验证的提示字体大小和颜色,并写入css,但是对于公告管理页仍然保持简单的提示风格(bsAlert)[CI SKIP]
This commit is contained in:
@@ -55,3 +55,12 @@
|
||||
list-style-type: none;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.error-info {
|
||||
color: #dd4b39;
|
||||
font-family:
|
||||
Arial,Helvetica,sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user