From bd6229ebd9cb543a22944ecb1142fad92b675dce Mon Sep 17 00:00:00 2001 From: rk <94314517@qq.com> Date: 星期一, 13 十月 2025 14:26:25 +0800 Subject: [PATCH] bug 修复 --- admin/src/layouts/TableLayout.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue index e93908b..9a34b4a 100644 --- a/admin/src/layouts/TableLayout.vue +++ b/admin/src/layouts/TableLayout.vue @@ -198,4 +198,17 @@ .bluestate{ color: #2080f7; } +.yellowstate{ + color: #fc9d20; +} + +.orderstate4{ + color: #157713; +} +.orderstate0,.orderstate1,.orderstate2,.orderstate3{ + color: #2080f7; +} +.orderstate99{ + color: #5d6269; +} </style> -- Gitblit v1.9.3