From 7e83bab154e23fe8176af2326f90f9ee0aec681b Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期二, 01 七月 2025 10:13:15 +0800 Subject: [PATCH] style: 销售台账时间改成时间段 --- src/assets/styles/index.scss | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index a93cff2..13d26ee 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -125,14 +125,25 @@ .app-container { padding: 20px; } - +.search_form { + display: flex; + align-items: center; + justify-content: space-between; + .search_title { + font-size: 14px; + font-weight: 700; + color: #333333; + } +} +.table_list { + height: calc(100vh - 11em); + margin-top: 20px; + background: #fff; + padding: 18px +} .components-container { margin: 30px 50px; position: relative; -} - -.pagination-container { - margin-top: 30px; } .text-center { -- Gitblit v1.9.3