style: 调整主题切换样式
This commit is contained in:
parent
7e472e2d38
commit
6e6beefc3c
|
@ -39,3 +39,9 @@ const themeChange = (val: boolean) => {
|
|||
@change="themeChange"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
:deep(.el-switch__core .el-switch__inner .is-icon) {
|
||||
overflow: visible;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue