feat: Tab右键菜单中增加“关闭右侧标签页”和“关闭左侧标签页”

This commit is contained in:
xiaoxian521
2021-08-30 20:36:55 +08:00
parent 47969f4349
commit a2b200f5f2
15 changed files with 614 additions and 127 deletions

View File

@@ -86,6 +86,8 @@ ul {
.resetTop {
top: 48px !important;
outline: 0;
box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
// 灰色模式
@@ -116,3 +118,7 @@ ul {
.mobile-spacing {
margin: 0;
}
.el-popper[data-popper-placement^="bottom"] > .el-popper__arrow {
top: 0 !important;
}