Skip to content

Commit

Permalink
审批表单在手机上下拉框字段显示的高度不一样 #5546
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingliao committed Oct 16, 2023
1 parent 5e1a70b commit ccb7b91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/service-workflow/public/workflow/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,8 @@ tbody .color-priority-muted *{

.instance-suggestion{
background: #ffffff !important;
}

.instance .form-group select.form-control{
height: 34px;
}

0 comments on commit ccb7b91

Please sign in to comment.