From ecfbeb3afaecc0a7861879d028d4622c676030d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguyen=20Van=20Luan/=28Nguyen=20Van=20Luan=29/=ED=98=84?= =?UTF-8?q?=EC=9E=A5=EB=8C=80=EB=A6=AC=EC=9D=B8/SK?= <20074472@skcc.com> Date: Fri, 8 Aug 2025 19:22:33 +0900 Subject: [PATCH] fixbug --- assets/scss/common/button.scss | 1 + assets/scss/var.scss | 2 ++ components/common/CheckBox.vue | 8 ++++-- .../common/modal/ChangeUserPswdPopPage.vue | 2 +- components/pages/ems/EccInfo/EccIaoTab.vue | 11 ++++++-- .../ems/ReadObjInfo/ReadObjAddInfoTab.vue | 20 ++++++++++--- pages/comm/auth/RoleMngPage.vue | 12 ++++---- pages/ems/base/AddInfoMngPage.vue | 5 ++-- pages/ems/base/EnrgCostCenterMngPage.vue | 28 +++++++++++-------- pages/ems/base/ReadObjectMngPage.vue | 23 +++++++++++---- 10 files changed, 77 insertions(+), 35 deletions(-) diff --git a/assets/scss/common/button.scss b/assets/scss/common/button.scss index e004625..0466fdc 100644 --- a/assets/scss/common/button.scss +++ b/assets/scss/common/button.scss @@ -140,6 +140,7 @@ &.ant-btn-popup-default { background:map-deep-get($config, #{$theme}, "ant-btn-popup-bg"); color:map-deep-get($config, #{$theme}, "ant-btn-popup-color"); + border: 1px solid map-deep-get($config, #{$theme}, "ant-btn-popup-border"); } &.ant-btn-danger { diff --git a/assets/scss/var.scss b/assets/scss/var.scss index b42b36d..3d2a922 100644 --- a/assets/scss/var.scss +++ b/assets/scss/var.scss @@ -181,6 +181,7 @@ $config: ( ant-checkbox-border: #424242, ant-btn-popup-bg: #212224, ant-btn-popup-color: #FFFFFFD9, + ant-btn-popup-border: #424242, ), light: (w-g5: $--color-gray_555, g5-w: $--color-white, @@ -325,5 +326,6 @@ $config: ( ant-checkbox-border: #D9D9D9, ant-btn-popup-bg: #FFFFFF, ant-btn-popup-color: #000000E0, + ant-btn-popup-border: #D9D9D9, ), ); \ No newline at end of file diff --git a/components/common/CheckBox.vue b/components/common/CheckBox.vue index ebc2a12..31d40ca 100644 --- a/components/common/CheckBox.vue +++ b/components/common/CheckBox.vue @@ -1,14 +1,12 @@