From 0fc6c2207f3c893d6360d92d323cc76c06ab57f6 Mon Sep 17 00:00:00 2001 From: peijunlei Date: Mon, 31 Aug 2026 11:14:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=BA=E5=88=B6=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=A1=A8=E6=A0=BC=E5=92=8C=E6=A8=A1=E6=80=81?= =?UTF-8?q?=E6=A1=86=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E5=9C=A8=E5=B0=8F=E5=B1=8F=E5=B9=95=E4=B8=8B=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/product.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index ebb1e01..c307117 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -1277,24 +1277,24 @@ body.is-p-subnav .site-header { border-left: 1px solid rgb(223, 224, 226); } .p-selection-table tbody tr:hover td { - background: rgba(175, 181, 185, 0.12)!important;; + background: rgba(175, 181, 185, 0.12)!important; } @media (max-width: 1439px) { .p-selection-modal__dialog { - border-radius: 20Px; + border-radius: 20Px!important; } .p-selection-modal__head { - padding: 20Px 24Px; + padding: 20Px 24Px!important; } .p-selection-modal__title { - font-size: 20Px; - line-height: 28Px; + font-size: 20Px!important; + line-height: 28Px!important; } .p-selection-table th, .p-selection-table td { - padding: 16Px 12Px; - font-size: 15Px; - line-height: 20Px; + padding: 16Px 12Px!important; + font-size: 15Px!important; + line-height: 20Px!important; } } \ No newline at end of file