From 3a5e217f0353e925c38108a4781f0e922fb52a43 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 26 Mar 2025 14:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=AC=E5=91=8A=E6=A0=8F?= =?UTF-8?q?=E6=B2=A1=E6=B6=88=E6=81=AF=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportforms/Mainlinedeliverydetails.js | 2 +- src/views/wel/bulletinboard/bulletinboard.vue | 39 +++++++++---------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/src/option/reportforms/Mainlinedeliverydetails.js b/src/option/reportforms/Mainlinedeliverydetails.js index 275493f2..bcfe3f95 100644 --- a/src/option/reportforms/Mainlinedeliverydetails.js +++ b/src/option/reportforms/Mainlinedeliverydetails.js @@ -322,7 +322,7 @@ export const columnList = [ { prop: 'createUserName', label: '创建人', - type: 1, + type:2, values: '', width: '150', checkarr: [], diff --git a/src/views/wel/bulletinboard/bulletinboard.vue b/src/views/wel/bulletinboard/bulletinboard.vue index 39afbc58..28cbea7f 100644 --- a/src/views/wel/bulletinboard/bulletinboard.vue +++ b/src/views/wel/bulletinboard/bulletinboard.vue @@ -5,33 +5,23 @@
-
+

{{ item.title }}

时间:{{ item.releaseTime }}

- +
- +

时间: {{ currentAnnouncement.releaseTime }}
分类:{{ currentAnnouncement.categoryName }} @@ -39,11 +29,13 @@

@@ -172,6 +164,7 @@ const toggleAnnouncements = () => { border-radius: 8px; overflow: hidden; position: relative; + .announcement-content { padding: 0 10px; height: 450px; @@ -219,6 +212,7 @@ const toggleAnnouncements = () => { .content { display: flex; align-items: center; + p { font-size: 14px; color: #555; @@ -230,6 +224,7 @@ const toggleAnnouncements = () => { white-space: nowrap; // 溢出不换行 } } + .date { font-size: 12px; color: #999; @@ -241,6 +236,7 @@ const toggleAnnouncements = () => { /* 响应式设计 */ @media (max-width: 768px) { + .el_top, .announcement-board { width: 90%; @@ -288,16 +284,19 @@ const toggleAnnouncements = () => { display: flex; justify-content: space-evenly; transform: translate(-56%, 0); + button { width: 150px; height: 50px; margin: 0; } } + .footer { display: flex; justify-content: flex-end; padding-right: 6px; + span { display: flex; border: 1px solid;