mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 00:01:19 +08:00
fix: settings switch used 100% of width (#1471)
This commit is contained in:
parent
c57b16b4f4
commit
50e2e6ce92
@ -7,7 +7,6 @@
|
|||||||
></i>
|
></i>
|
||||||
</div>
|
</div>
|
||||||
<el-switch
|
<el-switch
|
||||||
style="display: block"
|
|
||||||
v-model="status"
|
v-model="status"
|
||||||
@change="handleSwitchChange"
|
@change="handleSwitchChange"
|
||||||
:active-text="status ? 'On': 'Off'">
|
:active-text="status ? 'On': 'Off'">
|
||||||
|
Loading…
Reference in New Issue
Block a user