From 952e7db6fceb20b3f82921340f9f63d8673044fd Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Tue, 19 Nov 2024 15:19:57 +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 7d45194..9588995 100644 --- a/css/details.css +++ b/css/details.css @@ -343,7 +343,7 @@ transform: translateX(-50%); } .content .details-box .text-box .text-list { - width: 640px; + width: 100%; height: 320px; overflow: hidden; white-space: nowrap; diff --git a/css/details.less b/css/details.less index c81c677..b28e150 100644 --- a/css/details.less +++ b/css/details.less @@ -379,7 +379,7 @@ margin-bottom: 20px; } .text-list { - width: 640px; + width: 100%; height: 320px; overflow: hidden; white-space: nowrap;