From bc2db52d966c8bc2805422b979ee65b5d0ffd121 Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 4 Sep 2025 11:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/right_pull.png | Bin 0 -> 272 bytes src/assets/right_pull_white.png | Bin 0 -> 251 bytes src/page/index/index.vue | 2 +- src/page/index/sidebar/index.vue | 106 +++++++++++++++++++++++-------- 4 files changed, 80 insertions(+), 28 deletions(-) create mode 100644 src/assets/right_pull.png create mode 100644 src/assets/right_pull_white.png diff --git a/src/assets/right_pull.png b/src/assets/right_pull.png new file mode 100644 index 0000000000000000000000000000000000000000..1e82522fccc24e50d6447650f096089d0c3111b6 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0y_qn<8~Ar*{sCK_@bG7xEtuiM+b zn7u$?b!b6ARH3ko_xZ&4imdA9qIW~IzDj)4^F8zWK|u5+vk$CHKMyI(uXyNG(HA1@ z(8Sl|qLX!i&nA7x&0W_P@V!Z>uVPbMk-*3le0H74g41&La&e2QD{4!B^q8%j>hp8~ zkL|R>;>IGqnxXl+=QotOckbWv*vM#M!s8DV#p=U1h?eBbM45-in5yzazYA^@pBd-$qftBmcG?t_-ZX(kFYc zj7ufW*ZR_dtCMjzcas-wxP3X*t0m?jCvTMbK usmxuLE6w78PX7Ntmy5?7$Y2Axota@l=^IOyzi%vnA`G6celF{r5}E*d&|wGw literal 0 HcmV?d00001 diff --git a/src/page/index/index.vue b/src/page/index/index.vue index 369cc4f..7625922 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -2,7 +2,7 @@
-
diff --git a/src/page/index/sidebar/index.vue b/src/page/index/sidebar/index.vue index 1c47f9b..0dc00cd 100644 --- a/src/page/index/sidebar/index.vue +++ b/src/page/index/sidebar/index.vue @@ -10,23 +10,35 @@ -
+
+
{{ this.menu.find(item => item.id == this.leftMenu[selectIndex].parentId).name }}
- -
- - {{ item.name }} -
-
-
- - {{ item.name }} -
+ + + + +
-
+
@@ -86,6 +98,8 @@ export default { }, }, mounted() { + console.log('left--------------------------',this.leftMenu) + console.log('menu--------------------------',this.menu) if(this.setting.styleRadio=='3'){ this.index.openMenu2(); }else{ @@ -117,50 +131,76 @@ export default { };