From 621b57846527cf4546021e6721fce9fbf895dd68 Mon Sep 17 00:00:00 2001 From: chenrui <1950717904@qq.com> Date: Fri, 19 Apr 2024 18:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enforce/historyCheck.vue | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/views/enforce/historyCheck.vue b/src/views/enforce/historyCheck.vue index 2e41e9a..271f107 100644 --- a/src/views/enforce/historyCheck.vue +++ b/src/views/enforce/historyCheck.vue @@ -53,9 +53,9 @@
-
+
-

{{ item.lawEnforcementItemText }}

+

{{ item.lawEnforcementItemText }}

执法部门: {{ item.lawEnforcement }}

@@ -426,6 +426,24 @@ const setLinkageItem = (id,item) => { right: 1%; } } + /deep/ .van-hairline--bottom { + margin: 0 0 2% 0; + height: 0; + background-color: transparent; + border: 1px; +} + +/deep/ .card_box_span:first-child { + color: #c1bfbf; +} + +/deep/ .card_box_span:nth-child(2) { + font-size: 0.4rem; + font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +}