From 5aab750fc37f28917caec8b66e7179329f6e7dbf Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 14 Dec 2023 11:16:18 +0800
Subject: [PATCH] 修改样式
---
src/views/components/laws.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/components/laws.vue b/src/views/components/laws.vue
index a1cc6d5..e5d7187 100644
--- a/src/views/components/laws.vue
+++ b/src/views/components/laws.vue
@@ -118,7 +118,7 @@
width: 100%;
display: flex;
justify-content: center;
- margin-top: 170px;
+ margin-top: 160px;
:deep(.el-form .el-form-item__label) {
font-size: 16px;
}
@@ -133,7 +133,7 @@
.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);
@@ -170,7 +170,7 @@
.list{
padding: 15px 0;
- max-height: calc(100vh - 402px);
+ height: calc(100vh - 392px);
overflow-y: auto;
&>div{
--
Gitblit v1.9.2