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/TableFilter/TableFilter.module.scss | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/PipeLineLems/web/src/components/TableFilter/TableFilter.module.scss b/PipeLineLems/web/src/components/TableFilter/TableFilter.module.scss index 1bb12a4..ebe3fc5 100644 --- a/PipeLineLems/web/src/components/TableFilter/TableFilter.module.scss +++ b/PipeLineLems/web/src/components/TableFilter/TableFilter.module.scss @@ -19,27 +19,31 @@ .filter { width: 100%; display: flex; - justify-content: space-between; + justify-content: flex-start; align-items: center; margin-bottom: 10px; - > span { - font-size: 12px; + > .span { + font-size: 14px; font-weight: 400; color: #35363b; + display: flex; + width: 100px; } } .box { width: 100%; - height: 100px; + min-height: 100px; + height: auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; + margin-left: 14px; } .textColor { - color: #5a84ff!important; + color: #5a84ff !important; > button > span { - color: #5a84ff!important; + color: #5a84ff !important; } -} \ No newline at end of file +} -- Gitblit v1.9.3