Skip to content

Commit 597889a

Browse files
committed
fix(资讯): 修复资讯后台弹窗被编辑器遮挡问题
#453
1 parent 397d25c commit 597889a

File tree

1 file changed

+2
-2
lines changed
  • packages/slimkit-plus-news/public/component/ModelTips

1 file changed

+2
-2
lines changed

packages/slimkit-plus-news/public/component/ModelTips/ModelTips.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ export default {
9191
position: fixed;
9292
bottom: 20px;
9393
right: 20px;
94-
z-index: 9;
94+
z-index: 99999;
9595
padding: 20px;
9696
border: 1px solid transparent;
9797
border-radius: 4px;
9898
width: 300px;
99-
height: 150px;
99+
// height: 150px;
100100
background-color: #fff;
101101
&.info {
102102
background-color: #d9edf7;

0 commit comments

Comments
 (0)