From 70ea908c2356631906be099cf34981a9ef0a9b8a Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 9 Nov 2025 00:43:36 +0800 Subject: [PATCH] 1 --- .../components/TencentDocPushMonitor.vue | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ruoyi-vue/src/views/system/jdorder/components/TencentDocPushMonitor.vue diff --git a/ruoyi-vue/src/views/system/jdorder/components/TencentDocPushMonitor.vue b/ruoyi-vue/src/views/system/jdorder/components/TencentDocPushMonitor.vue new file mode 100644 index 0000000..e8d7d32 --- /dev/null +++ b/ruoyi-vue/src/views/system/jdorder/components/TencentDocPushMonitor.vue @@ -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; + }