文件上传修改按钮背景及添加加载动画

This commit is contained in:
RuoYi
2019-07-22 08:52:51 +08:00
parent c923dae619
commit 76b3c381c3
5 changed files with 10 additions and 4 deletions

View File

@ -672,6 +672,12 @@ label {
background: #FFFFFF none
}
.file-input .btn-default {
color: inherit;
background: white;
border: 1px solid #e7eaec;
}
.select-list .btn-default {
color: #555;
padding: 5px 5px;