update ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css.

文本区(多行文本框)补齐必填错误提示背景。原只有文字提示。
pull/187/head
abbfun 2020-07-10 10:00:35 +08:00 committed by Gitee
parent 29a30a25c2
commit 44895c3d17
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ label.error {
right: 3px right: 3px
} }
.Validform_error,input.error,select.error { .Validform_error,input.error,textarea.error,select.error {
background-color: #fbe2e2; background-color: #fbe2e2;
border-color: #c66161; border-color: #c66161;
color: #c00 color: #c00