From f7375b5760dd0fef731554626fa80e57fa23a6b2 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 11 Oct 2025 17:35:34 +0800
Subject: [PATCH] feat:事件工单
---
src/subPackages/workDetail/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/subPackages/workDetail/index.vue b/src/subPackages/workDetail/index.vue
index dedac24..c186a46 100644
--- a/src/subPackages/workDetail/index.vue
+++ b/src/subPackages/workDetail/index.vue
@@ -168,7 +168,7 @@
.stepContainer {
margin-top: 10px;
display: flex;
- background-color: aquamarine;
+ background-color: antiquewhite;
border-radius: 5px;
padding: 10px;
.horizontal-step {
@@ -182,7 +182,7 @@
.step-desc {
display: flex;
- justify-content: space-around;
+ justify-content: space-between;
gap: 8px;
// color: #666;
font-size: 14px;
@@ -195,7 +195,7 @@
.actionButton{
display: flex;
justify-content: space-between;
- margin-bottom: 10px;
+ margin-bottom: 10px;
.btngroups {
display: flex;
justify-content: space-between;
--
Gitblit v1.9.3