style: 调整主题切换样式

This commit is contained in:
xingyuv 2023-03-07 09:37:59 +08:00
parent 0cb57e5a51
commit 01971a94b4

View File

@ -37,3 +37,8 @@ const themeChange = (val: boolean) => {
@change="themeChange"
/>
</template>
<style lang="scss" scoped>
:deep(.el-switch__core .el-switch__inner .is-icon) {
overflow: visible;
}
</style>