From 22a29e3fb0f3ff52d7b078efe174fbe81748381c Mon Sep 17 00:00:00 2001 From: Shuaige1234567 Date: Wed, 13 Dec 2023 20:58:34 +0800 Subject: [PATCH] comment loading --- frontend/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index 9ccf316..629ae58 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -41,3 +41,7 @@ code { .content:hover { background: rgba(0, 0, 0, 0.02); } + +.ant-image { + width: 100%; +}