From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 30 4月 2025 16:24:16 +0800 Subject: [PATCH] 222 --- PipeLineLems/web/src/components/Container/Container.module.scss | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PipeLineLems/web/src/components/Container/Container.module.scss b/PipeLineLems/web/src/components/Container/Container.module.scss index c0fb686..56d7cfc 100644 --- a/PipeLineLems/web/src/components/Container/Container.module.scss +++ b/PipeLineLems/web/src/components/Container/Container.module.scss @@ -2,7 +2,7 @@ position: relative; width: 100%; height: 100%; - background: linear-gradient(93deg, #5a84ff 0%, #c5d4fe 100%); + background: #5a84ff; border-radius: 12px 12px 12px 12px; } @@ -53,11 +53,12 @@ } .content { // position: relative; - padding:20px 10px; + padding: 20px 10px; // z-index: 2; height: calc(100% - 40px); background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%); - box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); + // box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); + box-shadow: 0px 1px 1px 1px #dbdbdb; border-radius: 5px 5px 5px 5px; overflow: hidden; } -- Gitblit v1.9.3