From d013e8eb1ba5b8c6e7d5a44eb07a6b657b984604 Mon Sep 17 00:00:00 2001 From: Han <1655466387@qq.com> Date: Sat, 22 Mar 2025 10:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=86=E9=A2=91=E6=9C=AA?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=97=B6=20Loading=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/ArticleBase.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/ArticleBase.less b/src/styles/ArticleBase.less index c5be5e9..52524c3 100644 --- a/src/styles/ArticleBase.less +++ b/src/styles/ArticleBase.less @@ -383,6 +383,8 @@ &.vh-vhVideo { margin: 1.188rem 0; box-sizing: border-box; + display: flex; + align-items: center; width: 100%; aspect-ratio: 16 / 9; border: solid 1px #E8E8E8;