radio 组合使用,type="button"时文字没有居中

好几个月过去了大家都没有发现吗?😅
This commit is contained in:
Chuanfeng 2018-05-09 17:14:54 +08:00
parent acbd8b1792
commit b2dee308bc

View file

@ -11,8 +11,7 @@
@change="change"
@focus="onFocus"
@blur="onBlur">
</span>
<slot>{{ label }}</slot>
</span><slot>{{ label }}</slot>
</label>
</template>
<script>