style: 重构标签页UI,点击关闭按钮更方便 (#950)

* style: 重构标签页`UI`,点击关闭按钮更方便

* chore: update
This commit is contained in:
xiaoming
2024-03-01 16:37:15 +08:00
committed by GitHub
parent 2b71e8bd54
commit 19ccd378f5
4 changed files with 39 additions and 62 deletions

View File

@@ -45,6 +45,15 @@ html.dark {
.arrow-right {
border-left: 1px solid $border-style;
}
.scroll-item {
.el-icon-close {
&:hover {
color: rgb(255 255 255 / 85%) !important;
background-color: rgb(255 255 255 / 12%);
}
}
}
}
/* 项目配置面板 */