From 7cddf12104a96e7a6ec415e875e347d84814c773 Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Tue, 8 Jul 2025 09:42:43 +0800 Subject: [PATCH] tts --- application/admin/view/statistics/item/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/admin/view/statistics/item/index.html b/application/admin/view/statistics/item/index.html index cb31b4e..106cd0e 100644 --- a/application/admin/view/statistics/item/index.html +++ b/application/admin/view/statistics/item/index.html @@ -5,6 +5,9 @@ text-overflow: ellipsis; white-space: nowrap; } + .city-picker-dropdown { + z-index: 9999 !important; + }