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;