From a92f75730de247c963f58ae32d1676a813862867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E8=AF=9A?= <1009578407@qq.com> Date: Tue, 1 Sep 2026 15:04:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=81=8C=E5=B7=A5=E7=A6=8F=E5=88=A9ui?= =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=8C=E6=88=91=E7=9A=84=E7=A6=8F=E5=88=A9?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=BF=AE=E6=94=B9=E7=A6=8F=E5=88=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/zhghh5/welfare/mine/list.html | 199 +---- .../platform/zhghh5/welfare/select/index.html | 722 ++++++++++++++++-- .../platform/zhghh5/welfare/select/list.html | 34 - .../zhghh5/welfare/userChoose/index.html | 1 - 4 files changed, 681 insertions(+), 275 deletions(-) diff --git a/src/main/resources/views/platform/zhghh5/welfare/mine/list.html b/src/main/resources/views/platform/zhghh5/welfare/mine/list.html index 2e9605f4..dfa3f092 100644 --- a/src/main/resources/views/platform/zhghh5/welfare/mine/list.html +++ b/src/main/resources/views/platform/zhghh5/welfare/mine/list.html @@ -278,11 +278,6 @@ layout("/layouts/platform_h5.html"){ .welfare-list-card__choices-arrow { margin-left: 10px; flex: none; - transition: transform .2s ease; - } - - .welfare-list-card__choices-arrow.is-expanded { - transform: rotate(90deg); } .welfare-list-card__choices > .welfare-inline-loading, @@ -446,32 +441,6 @@ layout("/layouts/platform_h5.html"){ white-space: nowrap; } - .welfare-list-card__actions { - display: flex; - min-height: 42px; - margin-top: 10px; - padding-top: 10px; - align-items: center; - justify-content: flex-end; - border-top: 1px solid #edf1f6; - box-sizing: border-box; - } - - .welfare-list-card__detail-button { - display: inline-flex; - height: 30px; - padding: 0 14px; - align-items: center; - justify-content: center; - border: 1px solid #1989fa; - border-radius: 16px; - color: #1989fa; - background-color: #fff; - font-size: 13px; - line-height: 28px; - box-sizing: border-box; - } - .welfare-list-card__time .van-icon { margin-right: 5px; flex: none; @@ -486,76 +455,6 @@ layout("/layouts/platform_h5.html"){ font-size: 17px; } - .welfare-list-card__expanded { - padding: 12px; - border-top: 1px solid #edf1f6; - background-color: #f8fbff; - } - - .welfare-inline-card { - margin-bottom: 10px; - padding: 0 12px; - overflow: hidden; - border-radius: 10px; - background-color: #fff; - box-shadow: 0 4px 14px rgba(55, 85, 126, .06); - } - - .welfare-inline-card:last-child { - margin-bottom: 0; - } - - .welfare-inline-card__title { - position: relative; - height: 42px; - padding-left: 8px; - border-bottom: 1px solid #edf1f6; - color: #263548; - font-size: 14px; - font-weight: 600; - line-height: 42px; - } - - .welfare-inline-card__title::before { - position: absolute; - top: 14px; - bottom: 14px; - left: 0; - width: 3px; - border-radius: 2px; - background-color: #1989fa; - content: ''; - } - - .welfare-inline-row { - display: flex; - min-height: 40px; - padding: 6px 0; - align-items: center; - border-bottom: 1px solid #edf1f6; - box-sizing: border-box; - } - - .welfare-inline-row:last-child { - border-bottom: 0; - } - - .welfare-inline-row__label { - width: 72px; - flex: none; - color: #7f8da1; - font-size: 12px; - } - - .welfare-inline-row__value { - min-width: 0; - flex: 1; - color: #263548; - font-size: 13px; - line-height: 19px; - word-break: break-word; - } - .welfare-inline-selection { display: flex; min-height: 72px; @@ -780,8 +679,10 @@ layout("/layouts/platform_h5.html"){ v-for="row in tableData" :key="row.id" class="welfare-list-card" + role="button" + @click="modifySelection(row)" > -