Skip to content

Commit

Permalink
[Feature]: 手机上点击小铃铛消息改为进入记录详细页面,不再弹出窗口,PC端保持不变
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed May 24, 2024
1 parent b6d1813 commit 94aa23c
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 199 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,29 @@ body.sidebar #sidebar {
opacity: 1;
}

.steedos-header-toolbar-notifications-dialog{
.antd-Modal-content{
position: absolute !important;
left: 12px;
right: 12px;
top: 50px;
height: auto !important;
width: unset;
max-width: unset;
border-radius: var(--dialog-default-border-radius) !important;
padding: 0;
background: transparent;
border: none;
.antd-Modal-body{
padding: 0;
margin: 0;
.steedos-header-toolbar-notifications-panel{
.steedos-header-toolbar-notifications-list{
max-height: 60vh;
margin: 0;
}
}
}
}
}
}
Loading

0 comments on commit 94aa23c

Please sign in to comment.