From cb76d9761b0e916cc29c5786d863b94efe3f2291 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Wed, 26 Mar 2025 12:22:52 +0800 Subject: [PATCH] no message --- css/details.css | 2 -- css/details.less | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/css/details.css b/css/details.css index b264234..0712821 100644 --- a/css/details.css +++ b/css/details.css @@ -417,7 +417,6 @@ background-color: #ebebeb; border-radius: 4px; margin-bottom: 43px; - width: 690px; margin-left: -26px; } .content .details-box .file { @@ -432,7 +431,6 @@ padding-top: 20px; padding-left: 38px; padding-right: 20px; - padding-bottom: 31px; width: 670px; } .content .details-box .file .file-list .file-item:not(:last-of-type) { diff --git a/css/details.less b/css/details.less index 1bdf29e..41cc897 100644 --- a/css/details.less +++ b/css/details.less @@ -480,7 +480,7 @@ background-color: rgba(235, 235, 235, 1); border-radius: 4px; margin-bottom: 43px; - width: 690px; + // width: 690px; margin-left: -26px; } @@ -495,7 +495,7 @@ padding-top: 20px; padding-left: 38px; padding-right: 20px; - padding-bottom: 31px; + // padding-bottom: 31px; width: 670px; .file-item {