File tree Expand file tree Collapse file tree 3 files changed +2
-62
lines changed
layout/components/UserInfo/src/components Expand file tree Collapse file tree 3 files changed +2
-62
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ defineExpose({
180
180
</script >
181
181
182
182
<template >
183
- <div class =" z-99 border-1 border-[var(--el- border-color)] border-solid " >
183
+ <div class =" border-1 border-solid border-[var(--tags-view- border-color)] z-10 " >
184
184
<!-- 工具栏 -->
185
185
<Toolbar
186
186
:editor =" editorRef"
Original file line number Diff line number Diff line change 2
2
import { resetRouter } from ' @/router'
3
3
import { useCache } from ' @/hooks/web/useCache'
4
4
import { useLockStore } from ' @/store/modules/lock'
5
- import { useNow } from ' . /useNow'
5
+ import { useNow } from ' @/hooks/web /useNow'
6
6
import { useDesign } from ' @/hooks/web/useDesign'
7
7
import { useTagsViewStore } from ' @/store/modules/tagsView'
8
8
import { useUserStore } from ' @/store/modules/user'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments