From db744f30817b8bdc9d7b948458c4dd40426077d7 Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Thu, 17 Jul 2025 16:40:23 +0800 Subject: [PATCH] 1 --- public/static/index/mobile/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/static/index/mobile/css/style.css b/public/static/index/mobile/css/style.css index 291a046d..e807fd63 100755 --- a/public/static/index/mobile/css/style.css +++ b/public/static/index/mobile/css/style.css @@ -103,6 +103,9 @@ address { margin: 0px; /* word-break: break-all; */ } +strong { + display: inline-block; +} a { text-decoration: none; cursor: pointer;