From 9d4ebb8b7cfc29a1685acc8d176f754db656f164 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Tue, 21 Apr 2026 16:38:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83]?= =?UTF-8?q?=20[=E5=B7=A5=E4=BD=9C=E5=8F=B0]=20=E5=B7=B2=E8=AF=BB=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=96=B9=E5=90=8E=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/dl/DL014.vue | 2 +- src/views/index.vue | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/business/comps/template/comps/dl/DL014.vue b/src/views/business/comps/template/comps/dl/DL014.vue index 8ef646e..7b821ce 100644 --- a/src/views/business/comps/template/comps/dl/DL014.vue +++ b/src/views/business/comps/template/comps/dl/DL014.vue @@ -352,7 +352,7 @@ export default { label: 'template.dl.dl014.xybh', prop: 'xybh', width: 180, - bodyType: 'sj', + bodyType: 'xb', bodyFillType: 'actFill' }, { diff --git a/src/views/index.vue b/src/views/index.vue index 6c54570..7480814 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -195,21 +195,22 @@ export default { display: flex; flex-direction: row; justify-content: space-between; + align-items: center; border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom: 5px; font-size: 12px; cursor: pointer; .notice-title{ - flex-shrink: 0; + flex-grow: 1; + flex-wrap: wrap; .notice-dot{ margin-right: 2px; margin-top: 5px; } } .notice-date{ - flex-grow: 1; - text-align: right; + flex-shrink: 0; } } }