style: 调整主题切换样式

This commit is contained in:
kailong321200875
2023-03-01 14:57:34 +08:00
parent 7e472e2d38
commit 6e6beefc3c

View File

@@ -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>