mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: Tab右键菜单中增加“关闭右侧标签页”和“关闭左侧标签页”
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user