From 870cb990f6dd0d0278302be2b8d411146af44d57 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Fri, 28 Mar 2025 18:14:28 +0800 Subject: [PATCH] no message --- css/details.css | 2 +- css/details.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/details.css b/css/details.css index e8227cd..27633ed 100644 --- a/css/details.css +++ b/css/details.css @@ -349,7 +349,7 @@ position: relative; } .content .side .item.pitch { - width: calc(100% + 2px); + width: calc(100% + 1px); background-color: #fbfbfb; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; diff --git a/css/details.less b/css/details.less index fed4660..3523481 100644 --- a/css/details.less +++ b/css/details.less @@ -404,7 +404,7 @@ border-radius: 12px 0 0 0; overflow: hidden; } - width: calc(100% + 2px); + width: calc(100% + 1px); background-color: rgba(251, 251, 251, 1); border-top: 1px solid rgba(235, 235, 235, 1); border-bottom: 1px solid rgba(235, 235, 235, 1);