Skip to content

Commit 3c75f0e

Browse files
committed
【管理端】修复全屏富文本的层级问题
1 parent 6c223e3 commit 3c75f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/src/views/index/post/PostEditor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ export default {
12821282
color: #f56c6c;
12831283
cursor: pointer;
12841284
background-color: rgba(255, 255, 255, 0.85);
1285-
z-index: 3;
1285+
z-index: 2;
12861286
}
12871287
.post-cover-image-item-handle {
12881288
position: absolute;
@@ -1299,7 +1299,7 @@ export default {
12991299
color: #666;
13001300
cursor: move;
13011301
background-color: rgba(255, 255, 255, 0.85);
1302-
z-index: 3;
1302+
z-index: 2;
13031303
}
13041304
.post-cover-image-item.type-add {
13051305
border: 1px dashed #ccc;

0 commit comments

Comments
 (0)