From d92bb1f81dcbb7090e00f613c7043aca914a121a Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 14 十二月 2023 14:06:50 +0800
Subject: [PATCH] 修改样式

---
 src/views/components/laws.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/views/components/laws.vue b/src/views/components/laws.vue
index 45b2fa8..7800169 100644
--- a/src/views/components/laws.vue
+++ b/src/views/components/laws.vue
@@ -3,7 +3,7 @@
     <div class="main-content">
       <div class="filters">
         <el-form :model="state.querys">
-          <el-form-item label="法律法规名称" style="width: 500px;margin-bottom: 0;margin-right: 20px">
+          <el-form-item label="法律法规名称:" style="width: 500px;margin-bottom: 0;margin-right: 20px">
             <el-input v-model="state.querys.title" />
           </el-form-item>
         </el-form>
@@ -117,11 +117,14 @@
   width: 100%;
   display: flex;
   justify-content: center;
-  margin-top: 170px;
+  margin-top: 150px;
+    :deep(.el-form .el-form-item__label) {
+        font-size: 16px;
+    }
 
   .main-content{
     width: 1200px;
-    margin: 20px 0;
+    margin: 15px 0;
     background: #fff;
     border-radius: 4px;
     box-shadow: 1px 1px 3px rgba(0,0,0,.04);
@@ -158,7 +161,7 @@
 
     .list{
       padding: 15px 0;
-      max-height: calc(100vh - 402px);
+      height: calc(100vh - 332px);
       overflow-y: auto;
 
       &>div{
@@ -211,7 +214,7 @@
 
     .pag-container{
       width: 100%;
-      height: 80px;
+      height: 60px;
       display: flex;
       align-items: center;
       justify-content: right;

--
Gitblit v1.9.2