优化操作区域

This commit is contained in:
yml2213
2026-07-23 11:44:36 +08:00
parent d7f9918d06
commit 66ef033b47
2 changed files with 364 additions and 96 deletions
+133 -4
View File
@@ -338,15 +338,144 @@ select {
vertical-align: top;
}
.kuaishou-industry-row-selected > td {
background: #eef6ff !important;
}
.kuaishou-industry-row-selected:hover > td {
background: #e5f0ff !important;
}
.kuaishou-industry-tool-card .ant-card-body {
padding: 16px;
}
.kuaishou-industry-tool-section + .kuaishou-industry-tool-section {
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #edf0f5;
}
.kuaishou-industry-tool-section-title {
margin-bottom: 10px;
color: #1f2937;
font-size: 14px;
font-weight: 700;
}
.kuaishou-industry-selected-voucher {
min-width: 0;
}
.kuaishou-industry-selected-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 8px;
min-width: 0;
}
.kuaishou-industry-selected-code {
min-width: 0;
overflow-wrap: anywhere;
word-break: break-all;
}
.kuaishou-industry-selected-meta {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px 16px;
margin-top: 12px;
}
.kuaishou-industry-selected-meta > div {
display: grid;
gap: 2px;
min-width: 0;
}
.kuaishou-industry-selected-meta span,
.kuaishou-industry-selected-meta small {
color: #6b7280;
font-size: 12px;
}
.kuaishou-industry-selected-meta strong,
.kuaishou-industry-selected-meta .ant-typography {
min-width: 0;
overflow-wrap: anywhere;
word-break: break-all;
}
.kuaishou-industry-selected-empty {
display: grid;
gap: 4px;
padding: 4px 0;
color: #6b7280;
font-size: 13px;
}
.kuaishou-industry-selected-empty strong {
color: #374151;
}
.kuaishou-industry-tool-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 10px;
margin-bottom: 14px;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.kuaishou-industry-tool-field {
display: grid;
gap: 6px;
min-width: 0;
}
.kuaishou-industry-tool-field > span {
color: #4b5563;
font-size: 12px;
line-height: 1.3;
}
.kuaishou-industry-tool-field-wide {
grid-column: 1 / -1;
}
.kuaishou-industry-tool-field .ant-select {
width: 100%;
}
.kuaishou-industry-manual-target {
margin-top: 14px;
border-top: 1px solid #edf0f5;
}
.kuaishou-industry-manual-target .ant-collapse-header {
padding: 12px 0 8px;
color: #6b7280;
font-size: 12px;
}
.kuaishou-industry-manual-target .ant-collapse-content-box {
padding: 4px 0 0;
}
.kuaishou-industry-actions {
margin-top: 2px;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #edf0f5;
}
.kuaishou-industry-actions .ant-btn {
width: 100%;
min-width: 0;
}
.kuaishou-industry-actions > :last-child {
grid-column: 1 / -1;
}
.kuaishou-industry-action-result {