style: 移除未使用的CSS样式

清理了两个组件中未使用的CSS样式定义,包括`.serialNumber-name-overflow-hidden`和`.wind-switch`的注释样式,以保持代码整洁
This commit is contained in:
dj
2026-03-06 10:17:23 +08:00
parent 89144bb5eb
commit 303f58c710
2 changed files with 0 additions and 7 deletions

View File

@@ -796,10 +796,6 @@ getList()
background: #0f7da9; background: #0f7da9;
} }
.wind-switch {
//margin-left: 26px;
}
.switch { .switch {
margin-top: 22px; margin-top: 22px;

View File

@@ -608,9 +608,6 @@ const handleMoreDelete = debounce(() => {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.serialNumber-name-overflow-hidden {
}
.showNull { .showNull {
margin-top: 150px; margin-top: 150px;