Skip to content

Commit 01971a9

Browse files
committed
style: 调整主题切换样式
1 parent 0cb57e5 commit 01971a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/layout/components/ThemeSwitch/src/ThemeSwitch.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ const themeChange = (val: boolean) => {
3737
@change="themeChange"
3838
/>
3939
</template>
40+
<style lang="scss" scoped>
41+
:deep(.el-switch__core .el-switch__inner .is-icon) {
42+
overflow: visible;
43+
}
44+
</style>

0 commit comments

Comments
 (0)