保存视觉审核与文档流迁移进度

This commit is contained in:
rain
2026-07-20 17:23:09 +08:00
parent 5a31a75da0
commit 01d246c47b
59 changed files with 3615 additions and 378 deletions
+11 -4
View File
@@ -192,6 +192,7 @@ const openSection = (key) => {
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.feed-shortcut {
position: relative;
@@ -212,10 +213,14 @@ const openSection = (key) => {
.feed-card,
.feed-state-card {
position: relative;
display: flex;
width: 100%;
height: 230rpx;
min-height: 98px;
flex-direction: column;
justify-content: center;
margin-top: 17rpx;
box-sizing: border-box;
}
.feed-card__skin,
.feed-state-card > image,
@@ -224,11 +229,12 @@ const openSection = (key) => {
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.feed-card__copy {
position: absolute;
inset: 15% 9%;
position: relative;
z-index: 1;
padding: 15% 9%;
}
.feed-card text {
display: block;
@@ -260,9 +266,10 @@ const openSection = (key) => {
margin-top: 70rpx;
}
.feed-state-card > view {
position: absolute;
inset: 23% 10%;
position: relative;
z-index: 1;
padding: 23% 10%;
box-sizing: border-box;
text-align: center;
}
.feed-state-card text {