mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[bugfix] SwitchCell: text vertical align (#852)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<cell :title="title" :border="border" class="van-switch-cell">
|
||||
<cell center :title="title" :border="border" class="van-switch-cell">
|
||||
<van-switch v-bind="$props" @input="$emit('input', $event)" />
|
||||
</cell>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user