xiaoxian521 3 gadi atpakaļ
vecāks
revīzija
42eb52bd88
3 mainītis faili ar 12 papildinājumiem un 12 dzēšanām
  1. 1 1
      package.json
  2. 4 4
      pnpm-lock.yaml
  3. 7 7
      src/layout/components/sidebar/sidebarItem.vue

+ 1 - 1
package.json

@@ -82,7 +82,7 @@
     "@vue/compiler-sfc": "^3.2.21",
     "@vue/eslint-config-prettier": "6.0.0",
     "@vue/eslint-config-typescript": "7.0.0",
-    "@zougt/vite-plugin-theme-preprocessor": "^1.3.5",
+    "@zougt/vite-plugin-theme-preprocessor": "^1.3.7",
     "autoprefixer": "10.2.4",
     "babel-plugin-transform-remove-console": "6.9.4",
     "chalk": "2.4.2",

+ 4 - 4
pnpm-lock.yaml

@@ -20,7 +20,7 @@ specifiers:
   "@vue/eslint-config-typescript": 7.0.0
   "@vueuse/core": ^6.7.1
   "@vueuse/motion": ^2.0.0-beta.4
-  "@zougt/vite-plugin-theme-preprocessor": ^1.3.5
+  "@zougt/vite-plugin-theme-preprocessor": ^1.3.7
   animate.css: ^4.1.1
   autoprefixer: 10.2.4
   await-to-js: ^3.0.0
@@ -137,7 +137,7 @@ devDependencies:
   "@vue/compiler-sfc": 3.2.21
   "@vue/eslint-config-prettier": 6.0.0_82e4252401b0cc5be86f7c2133946f49
   "@vue/eslint-config-typescript": 7.0.0_e03d82996bd4a66fb128f33523d782ea
-  "@zougt/vite-plugin-theme-preprocessor": 1.3.5_sass@1.43.4
+  "@zougt/vite-plugin-theme-preprocessor": 1.3.7_sass@1.43.4
   autoprefixer: 10.2.4_postcss@8.2.6
   babel-plugin-transform-remove-console: 6.9.4
   chalk: 2.4.2
@@ -1540,10 +1540,10 @@ packages:
       sass: 1.43.4
     dev: true
 
-  /@zougt/vite-plugin-theme-preprocessor/1.3.5_sass@1.43.4:
+  /@zougt/vite-plugin-theme-preprocessor/1.3.7_sass@1.43.4:
     resolution:
       {
-        integrity: sha512-vOp/nIKLe3oKY6W50iJjPgh/vw5RwCX0hMcaDvBdEhTdQjw9jBLosvBCoe5LuM/Wx0eNmng0b/3Svw+/Iji4yw==
+        integrity: sha512-ezZQ0cgZlMKyVSRe8cj7P8LDcDhweOolO7by84XvDwcq2Qbfqi/4xTrQI54Q+3lvXHE9J0ausDp0ERGUg0t+pw==
       }
     engines: { node: ">= 12.0.0" }
     dependencies:

+ 7 - 7
src/layout/components/sidebar/sidebarItem.vue

@@ -93,13 +93,13 @@ function resolvePath(routePath) {
       </el-icon>
       <template #title>
         <div
-          style="
-            width: 100%;
-            display: flex;
-            align-items: center;
-            justify-content: space-between;
-            overflow: hidden;
-          "
+          :style="{
+            width: pureApp.sidebar.opened ? '' : '100%',
+            display: 'flex',
+            alignItems: 'center',
+            justifyContent: 'space-between',
+            overflow: 'hidden'
+          }"
         >
           <span v-if="!menuMode">{{ $t(onlyOneChild.meta.title) }}</span>
           <el-tooltip