From 00116906f02bc363db676bb12fbfb8c4d7b20e08 Mon Sep 17 00:00:00 2001 From: wangyunfei <1224056307@qq,com> Date: Sun, 28 Sep 2025 11:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/ResponsibilityImplementation.less | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less b/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less index 2c9c433..e36f5cc 100644 --- a/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less +++ b/src/pages/safe_majorHazard/module/ResponsibilityImplementation.less @@ -7,17 +7,16 @@ .containerOne { height: 30%; display: flex; - margin-bottom: 12px; - background-color: aqua; - gap: 12px; + margin-bottom: 10px; + gap: 10px; .containerOneLeft{ - background-color: #999; + background-color: white; width:58%; // margin-right: 12px; } .containerOneRight{ - background-color: #999; + background-color: white; width:42%; } } @@ -25,6 +24,6 @@ .containerTwo{ flex: 1; - background-color: blue; + background-color: white; } } \ No newline at end of file