.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; }