代码生成支持模糊条件查询

This commit is contained in:
RuoYi
2019-10-18 09:36:27 +08:00
parent 7eade0d43c
commit 9ac3ca79f8
5 changed files with 55 additions and 11 deletions

View File

@ -737,6 +737,20 @@ label {
background-color: #12889a
}
.select-list .select2-container--bootstrap {
width: 200px!important;
display: inline-block;
}
.select-list .select2-container--bootstrap .select2-selection {
border-radius: 6px;
}
.select-list .select2-container--bootstrap .select2-selection--single {
height: 30px!important;
padding: 5px 10px;
}
.select-list .select-time input {
width: 93px;
}