Browse Source

fix:修改查询标题与底部距离

temp
zhaohy 3 weeks ago
parent
commit
758a5718de
  1. 2
      lib/component/form/form/form.vue

2
lib/component/form/form/form.vue

@ -358,7 +358,7 @@
//font-size: 16px;
font-weight: bold;
user-select: text;
margin-bottom: calc(@gap - 0px);
margin-bottom: calc(@gap - 4px);
display: flex;
justify-content: space-between;
align-items: center;

Loading…
Cancel
Save