File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
layouts/components/Topbar/Tabbar Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -83,16 +83,19 @@ function contextMenuItems(routeItem: Tabbar.recordRaw) {
8383 [
8484 {
8585 label: ' 关闭其他标签页' ,
86+ icon: ' i-mdi:close' ,
8687 disabled: ! tabbar .checkCloseOtherSide (routeItem .tabId ),
8788 handle : () => tabbar .closeOtherSide (routeItem .tabId ),
8889 },
8990 {
9091 label: ' 关闭左侧标签页' ,
92+ icon: ' i-mdi:arrow-expand-left' ,
9193 disabled: ! tabbar .checkCloseLeftSide (routeItem .tabId ),
9294 handle : () => tabbar .closeLeftSide (routeItem .tabId ),
9395 },
9496 {
9597 label: ' 关闭右侧标签页' ,
98+ icon: ' i-mdi:arrow-expand-right' ,
9699 disabled: ! tabbar .checkCloseRightSide (routeItem .tabId ),
97100 handle : () => tabbar .closeRightSide (routeItem .tabId ),
98101 },
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import App from './App.vue'
88import router from './router'
99import pinia from './store'
1010import uiProvider from './ui/provider'
11-
1211import '@/utils/systemCopyright'
1312
1413// 加载 svg 图标
You can’t perform that action at this time.
0 commit comments