From 11a1e2d0e90a40cd5cfd80ca7ca82a5fa5c089b7 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 30 Dec 2024 12:44:34 +0900 Subject: [PATCH] fix: issues caused by PR(#1034). (#1033) (#1047) * fix: issues caused by PR(#1034). (#1033) * Manually merge to ensure compatibility with (#1054) PR --- html/src/theme.material3.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/html/src/theme.material3.scss b/html/src/theme.material3.scss index 3948bc4c..a82bc665 100644 --- a/html/src/theme.material3.scss +++ b/html/src/theme.material3.scss @@ -2003,14 +2003,6 @@ i.x-user-status { border: transparent; } -.simple-switch { - font-size: 12px; - margin-top: 5px; - display: flex; - justify-content: space-between; - width: 100%; -} - .el-dialog__body .el-tag--mini { line-height: 28px; }