From d97dbc612cef5429ddc5f1706ea937895e5199a9 Mon Sep 17 00:00:00 2001 From: feng626 <57284900+feng626@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:52:20 +0800 Subject: [PATCH] Revert "perf: drawer el-radio-group css" This reverts commit 368bad67712343f0bad1c50a63fdef56766e0adf. --- src/layout/components/GenericCreateUpdatePage/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/layout/components/GenericCreateUpdatePage/index.vue b/src/layout/components/GenericCreateUpdatePage/index.vue index b9748b145..517760626 100644 --- a/src/layout/components/GenericCreateUpdatePage/index.vue +++ b/src/layout/components/GenericCreateUpdatePage/index.vue @@ -43,8 +43,4 @@ export default { .drawer ::v-deep .page-heading { display: none; } - -.drawer ::v-deep .el-radio-group { - display: flex; -}