From 556441d8117335a1f337adfae2286fa5d3c8c709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:41:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A7=A3=E5=86=B3=20Alert=20=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E7=BB=84=E4=BB=B6=E6=A0=87=E9=A2=98=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=97=B6=E6=96=87=E5=AD=97=E9=94=99=E4=BD=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#6711)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/reset.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/styles/reset.scss b/frontend/src/styles/reset.scss index ac89feb64..d4c8784ac 100644 --- a/frontend/src/styles/reset.scss +++ b/frontend/src/styles/reset.scss @@ -23,3 +23,8 @@ body, .el-switch--small,.is-checked .el-switch__core::after { margin-left: 12px !important; } + +.el-alert__title { + display: flex; + align-items: center; +}