style: 移除未使用的CSS样式
清理了两个组件中未使用的CSS样式定义,包括`.serialNumber-name-overflow-hidden`和`.wind-switch`的注释样式,以保持代码整洁
This commit is contained in:
@@ -796,10 +796,6 @@ getList()
|
|||||||
background: #0f7da9;
|
background: #0f7da9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wind-switch {
|
|
||||||
//margin-left: 26px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.switch {
|
.switch {
|
||||||
margin-top: 22px;
|
margin-top: 22px;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user