update Switch style
This commit is contained in:
parent
3a3dcb0af1
commit
d79eaf9b0a
2 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
<span slot="close">关</span>
|
||||
</i-switch>
|
||||
<i-switch>
|
||||
<Icon type="android-done" slot="open"></Icon>
|
||||
<Icon type="android-close" slot="close"></Icon>
|
||||
<Icon type="md-checkmark" slot="open"></Icon>
|
||||
<Icon type="md-close" slot="close"></Icon>
|
||||
</i-switch>
|
||||
<br><br>
|
||||
<i-switch size="large">
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
width: 12px;
|
||||
height: 12px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue