From fd5a2e60e43c78c535b79bd34532ea343b258485 Mon Sep 17 00:00:00 2001 From: jiangpeng Date: Tue, 21 Apr 2026 18:13:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=94=AE=E5=90=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oms_vue/src/views/system/vendor/query.vue | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/oms_web/oms_vue/src/views/system/vendor/query.vue b/oms_web/oms_vue/src/views/system/vendor/query.vue index a5c915ce..4ecfc74d 100644 --- a/oms_web/oms_vue/src/views/system/vendor/query.vue +++ b/oms_web/oms_vue/src/views/system/vendor/query.vue @@ -48,6 +48,16 @@ {{ item.phone }} + +
+ + + +
+
维保服务
+ 维保与服务查询 +
+
@@ -191,6 +201,19 @@ export default { text-decoration: none; } +.contact-link { + display: inline-block; + font-size: 20px; + line-height: 1.35; + font-weight: 600; + color: #3a6ee8; + text-decoration: none; +} + +.contact-link:hover { + text-decoration: underline; +} + @media (max-width: 768px) { .vendor-topbar { height: 52px;