调整查询条件文本宽度默认为65px

This commit is contained in:
RuoYi
2019-09-23 17:11:22 +08:00
parent ad8e475bb7
commit 538e7dcc29
2 changed files with 10 additions and 10 deletions

View File

@ -640,8 +640,8 @@ label {
.select-list li p{
float: left;
width: 80px;
margin: 5px 15px 5px 0px;
width: 65px;
margin: 5px 5px 5px 0px;
text-align:right;
}