From 549d31dd5b24a1d57a0cc01bbab32a74a8d2cb71 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Thu, 14 Dec 2023 14:36:10 +0800
Subject: [PATCH] 样式层级
---
src/views/components/notice.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/components/notice.vue b/src/views/components/notice.vue
index e61600e..1f7d7c6 100644
--- a/src/views/components/notice.vue
+++ b/src/views/components/notice.vue
@@ -31,7 +31,7 @@
import { getNotice } from '@/api/home/homePage'
import useUserStore from '@/store/modules/user'
import {ElMessage} from "element-plus";
-import articlePng from "@/assets/images/article.png";
+import articlePng from "@/assets/images/article.png"
const emit = defineEmits(['openDetails'])
const route = useRoute()
const router = useRouter()
@@ -96,7 +96,7 @@
width: 100%;
display: flex;
justify-content: center;
- margin-top: 160px;
+ margin-top: 150px;
.main-content{
width: 1200px;
@@ -109,7 +109,7 @@
.list{
padding: 15px 0;
- height: calc(100vh - 330px);
+ height: calc(100vh - 280px);
overflow-y: auto;
&>div{
@@ -162,7 +162,7 @@
.pag-container{
width: 100%;
- height: 80px;
+ height: 60px;
display: flex;
align-items: center;
justify-content: right;
--
Gitblit v1.9.2