mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 15:25:50 +00:00
feat(export): add sns detail sync tip between header and list
This commit is contained in:
@@ -2298,6 +2298,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sns-dialog-tip {
|
||||||
|
padding: 10px 16px;
|
||||||
|
border-bottom: 1px solid color-mix(in srgb, var(--border-color) 88%, transparent);
|
||||||
|
background: color-mix(in srgb, var(--bg-primary) 78%, var(--bg-secondary));
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.6;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.sns-dialog-body {
|
.sns-dialog-body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
@@ -3244,6 +3254,11 @@
|
|||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sns-dialog-tip {
|
||||||
|
padding: 10px 12px;
|
||||||
|
line-height: 1.55;
|
||||||
|
}
|
||||||
|
|
||||||
.sns-dialog-body {
|
.sns-dialog-body {
|
||||||
padding: 10px 10px 12px;
|
padding: 10px 10px 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6016,6 +6016,10 @@ function ExportPage() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="sns-dialog-tip">
|
||||||
|
在微信桌面客户端中打开这个人的朋友圈浏览,可快速把其朋友圈同步到这里。若你在乎这个人,一定要试试~
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="sns-dialog-body">
|
<div className="sns-dialog-body">
|
||||||
{sessionSnsTimelinePosts.length > 0 && (
|
{sessionSnsTimelinePosts.length > 0 && (
|
||||||
<div className="posts-list author-timeline-posts-list export-session-sns-posts-list">
|
<div className="posts-list author-timeline-posts-list export-session-sns-posts-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user