From dbc552fea6875ae110ce0c1cd2035aa3735fc151 Mon Sep 17 00:00:00 2001 From: obscurefreeman <1093048022@qq.com> Date: Tue, 12 Mar 2024 21:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E5=86=85?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决了表格内图片被缩放的问题。 --- blackout.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blackout.css b/blackout.css index fa1db62..89e313c 100644 --- a/blackout.css +++ b/blackout.css @@ -560,6 +560,13 @@ table tr td:last-child { margin-bottom: 0; } +table img { + border-radius: 8px; + border-left: none !important; + border-right: none !important; + max-width: 100%; +} + /* th, td { border: solid 1px #544e47;