Commit d93bdb97e0dd8e3f1dfc6ff65dca2a9d083e8589

Authored by Aresn
Committed by GitHub
2 parents 930b8583 b2dee308

Merge pull request #3586 from ChuanfengZhang/2.0

radio 组合使用,type="button"时文字没有居中
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/components/radio/radio.vue
... ... @@ -11,8 +11,7 @@
11 11 @change="change"
12 12 @focus="onFocus"
13 13 @blur="onBlur">
14   - </span>
15   - <slot>{{ label }}</slot>
  14 + </span><slot>{{ label }}</slot>
16 15 </label>
17 16 </template>
18 17 <script>
... ...