feat(M08-B): 补微信转账预检
This commit is contained in:
@@ -228,6 +228,33 @@ textarea {
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.preflight-summary {
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.preflight-meta {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.preflight-meta span {
|
||||
min-width: 0;
|
||||
padding: 8px 10px;
|
||||
overflow: hidden;
|
||||
color: #334155;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
background: #f5f8fb;
|
||||
border: 1px solid #e1e8f0;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.preflight-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.el-button {
|
||||
border-radius: 8px;
|
||||
}
|
||||
@@ -296,4 +323,8 @@ textarea {
|
||||
.toolbar-actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.preflight-meta {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user