mirror of https://gitee.com/y_project/RuoYi.git
update ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css.
文本区(多行文本框)补齐必填错误提示背景。原只有文字提示。pull/187/head
parent
29a30a25c2
commit
44895c3d17
|
@ -346,7 +346,7 @@ label.error {
|
|||
right: 3px
|
||||
}
|
||||
|
||||
.Validform_error,input.error,select.error {
|
||||
.Validform_error,input.error,textarea.error,select.error {
|
||||
background-color: #fbe2e2;
|
||||
border-color: #c66161;
|
||||
color: #c00
|
||||
|
|
Loading…
Reference in New Issue