Browse Source

增加按钮示例、间隔距离样式

styleCommon-1218
zq 5 days ago
parent
commit
8eee9def72
  1. 10
      src/style/theme/common.scss
  2. 1
      src/views/elementGroups.vue

10
src/style/theme/common.scss

@ -101,6 +101,16 @@ body {
gap: 12px;
}
.gap20{
display: flex;
gap: 20px;
}
.gap24{
display: flex;
gap: 24px;
}
.mt16 {
margin-top: 16px;
}

1
src/views/elementGroups.vue

@ -339,6 +339,7 @@
<label for="">文字按钮</label>
<GuipButton type="text">强引导</GuipButton>
<GuipButton type="grey">弱引导</GuipButton>
<GuipButton type="warn">警示</GuipButton>
</div>
<div class="ele-item gap12">
<label for="">独特按钮可以自定义划过时 图标图片文字颜色</label>

Loading…
Cancel
Save