支持待确认事项逐条采纳

This commit is contained in:
czj
2026-06-25 13:51:41 +08:00
parent 714eb5aba6
commit b453800494
4 changed files with 183 additions and 12 deletions
+34
View File
@@ -47,6 +47,12 @@ button:disabled {
opacity: 0.45;
}
.secondary-button {
background: #ffffff;
border-color: #cbd3df;
color: #172033;
}
input,
select,
textarea {
@@ -69,6 +75,7 @@ label {
}
label span,
.field-label,
h3 {
color: #586174;
font-size: 0.82rem;
@@ -76,6 +83,11 @@ h3 {
text-transform: uppercase;
}
.field-group {
display: grid;
gap: 0.5rem;
}
.app-shell {
display: grid;
gap: 1rem;
@@ -161,6 +173,28 @@ h3 {
font-weight: 700;
}
.uncertain-list {
display: grid;
gap: 0.65rem;
}
.uncertain-row {
border-top: 1px solid #e5e9f0;
display: grid;
gap: 0.5rem;
padding-top: 0.65rem;
}
.uncertain-row p {
margin: 0;
}
.uncertain-actions {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
}
.status-pill {
border-radius: 999px;
display: inline-flex;