This commit is contained in:
Leo
2025-11-09 00:43:36 +08:00
parent 18d2fb8dee
commit 70ea908c23

View File

@@ -0,0 +1,43 @@
.operation-logs {
margin-top: 15px;
}
+.operation-logs >>> .el-table {
+ border-radius: 8px;
+ overflow: hidden;
+}
+.operation-logs >>> .log-row-success td {
+ background: #f0f9eb;
+}
+.operation-logs >>> .log-row-failed td {
+ background: #fef0f0;
+}
+.operation-logs >>> .log-row-skipped td {
+ background: #fdf6ec;
+}
+.status-icon {
+ font-size: 12px;
+ margin-right: 4px;
+}
+.text-placeholder {
+ color: #c0c4cc;
+}
+.text-muted {
+ color: #909399;
+}
.logs-header {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
font-weight: 500;
margin-bottom: 10px;
color: #606266;
}