mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	style: cutMenu层级样式
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "ruoyi-vue-pro-vue3", |   "name": "ruoyi-vue-pro-vue3", | ||||||
|   "version": "1.6.4.1801", |   "version": "1.6.4.1811", | ||||||
|   "description": "基于vue3、element-plus、typesScript、vite3", |   "description": "基于vue3、element-plus、typesScript、vite3", | ||||||
|   "author": "xingyu", |   "author": "xingyu", | ||||||
|   "private": false, |   "private": false, | ||||||
|   | |||||||
| @@ -208,7 +208,7 @@ const clear = () => { | |||||||
|     <Icon icon="ep:setting" color="#fff" /> |     <Icon icon="ep:setting" color="#fff" /> | ||||||
|   </div> |   </div> | ||||||
|  |  | ||||||
|   <ElDrawer v-model="drawer" direction="rtl" size="350px"> |   <ElDrawer v-model="drawer" direction="rtl" size="350px" :z-index="4000"> | ||||||
|     <template #header> |     <template #header> | ||||||
|       <span class="text-16px font-700">{{ t('setting.projectSetting') }}</span> |       <span class="text-16px font-700">{{ t('setting.projectSetting') }}</span> | ||||||
|     </template> |     </template> | ||||||
|   | |||||||
| @@ -78,9 +78,6 @@ export default defineComponent({ | |||||||
|     watch( |     watch( | ||||||
|       () => collapse.value, |       () => collapse.value, | ||||||
|       (collapse: boolean) => { |       (collapse: boolean) => { | ||||||
|         if (unref(fixedMenu)) { |  | ||||||
|           return |  | ||||||
|         } |  | ||||||
|         if (!collapse) { |         if (!collapse) { | ||||||
|           setTimeout(() => { |           setTimeout(() => { | ||||||
|             showTitle.value = !collapse |             showTitle.value = !collapse | ||||||
| @@ -144,7 +141,7 @@ export default defineComponent({ | |||||||
|         id={`${variables.namespace}-menu`} |         id={`${variables.namespace}-menu`} | ||||||
|         class={[ |         class={[ | ||||||
|           prefixCls, |           prefixCls, | ||||||
|           'relative bg-[var(--left-menu-bg-color)] top-1px z-99999', |           'relative bg-[var(--left-menu-bg-color)] top-1px z-3000', | ||||||
|           { |           { | ||||||
|             'w-[var(--tab-menu-max-width)]': !unref(collapse), |             'w-[var(--tab-menu-max-width)]': !unref(collapse), | ||||||
|             'w-[var(--tab-menu-min-width)]': unref(collapse) |             'w-[var(--tab-menu-min-width)]': unref(collapse) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu