From 9fb863b0f3e23be40e9a73a73f6d0f3d0bba1c6c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 15 五月 2025 16:52:22 +0800
Subject: [PATCH] 付款登记-前端开发联调

---
 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