更新wangeditor和header
This commit is contained in:
parent
8430eb509c
commit
931b999e1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@ mobile/.cursor
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
server/uploads
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
|
||||
@ -136,7 +136,7 @@ const handleCommand = (command) => {
|
||||
|
||||
.r-content {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
// z-index: 1000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
|
||||
@ -617,5 +617,13 @@ onBeforeUnmount(() => {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Fix z-index for full-screen/maximize mode
|
||||
:deep(.w-e-fullscreen),
|
||||
:deep(.w-e-fullscreen *),
|
||||
:deep(.w-e-modal),
|
||||
:deep(.w-e-drop-panel) {
|
||||
z-index: 99999 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user