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