更新前端

This commit is contained in:
不胜舟
2023-04-06 16:41:48 +08:00
parent 2364ebb519
commit 5d10a304b3
56 changed files with 100137 additions and 95097 deletions
@@ -25,9 +25,10 @@ textarea::-webkit-input-placeholder {
border: #5FB878 1px solid!important;
}
.layui-input[failure] {
box-shadow: 0px 0px 0px 3px #fef0f0 !important;
border: #F56C6C 1px solid;
.layui-input[failure],
.layui-form-item .layui-form-danger:focus {
box-shadow: 0px 0px 0px 3px #fef0f0 !important;
border: #F56C6C 1px solid!important;
}
.layui-input,
@@ -64,4 +65,10 @@ textarea::-webkit-input-placeholder {
.layui-form-select dl::-webkit-scrollbar-corner {
background: #f6f6f6;
}
}
/* layui 2.6.9 样式变化 */
.layui-form-select dl dd.layui-this{
background-color: #F6F6F6;
font-weight: 700;
}