Commit 29c3a4c0570b14d5a2951c10234ed63cdf5ea55f

Authored by Aaron
1 parent a79cbad0
Exists in master and in 1 other branch legacy

修复按钮组布局样式

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
packages/scheme/index.vue
... ... @@ -24,12 +24,12 @@
24 24 flex: auto;
25 25 display: flex;
26 26 align-items: center;
27   - justify-content: flex-start;
  27 + justify-content: flex-start !important;
28 28 }
29 29 .eagle-scheme__action-right {
30 30 display: flex;
31 31 align-items: center;
32   - justify-content: flex-end;
  32 + justify-content: flex-end !important;
33 33 min-width: 120px;
34 34 }
35 35 .eagle-scheme__dynamic-column-btn {
... ...