From cc4749faaa9a2bd9660e7b827e46f30a74043028 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 14 Dec 2023 13:10:40 +0800
Subject: [PATCH] 修改样式
---
src/views/components/publish.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/components/publish.vue b/src/views/components/publish.vue
index ffcea65..1dae045 100644
--- a/src/views/components/publish.vue
+++ b/src/views/components/publish.vue
@@ -4,7 +4,7 @@
<div class="filters">
<el-form :model="state.querys" style="display:flex;">
<el-form-item label="机构名称:" class="nameInput" style="width: 300px;margin-bottom: 0;margin-right: 20px;">
- <el-input v-model="state.querys.name" placeholder="请选择机构名称" />
+ <el-input v-model="state.querys.name" placeholder="请输入机构名称" />
</el-form-item>
<el-form-item label="所在地市:" style="margin-bottom: 0;margin-right: 20px">
<el-cascader
@@ -210,7 +210,7 @@
width: 100%;
display: flex;
justify-content: center;
- margin-top: 170px;
+ margin-top: 160px;
:deep(.el-form .el-form-item__label) {
font-size: 16px;
}
@@ -225,7 +225,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);
@@ -262,7 +262,7 @@
.list{
padding: 15px 0;
- max-height: calc(100vh - 402px);
+ height: calc(100vh - 392px);
overflow-y: auto;
&>div{
--
Gitblit v1.9.2