From 284567272308241c275ba4637a4c504972e37bad Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 29 Jul 2025 10:51:49 +0900 Subject: [PATCH] Update 16, 22 --- assets/scss/common/button.scss | 20 +- components/common/modal/EvtObjPop.vue | 41 +- components/common/modal/ReadPlcPop.vue | 174 +++------ components/common/select/SelectBlocMstr.vue | 8 +- components/icons/icoExpandAlt.vue | 6 + .../ems/ReadPlcInfo/ReadPlcAddInfoTab.vue | 369 +++++++++--------- .../ems/ReadPlcInfo/ReadPlcImgInfoTab.vue | 28 +- .../ems/ReadPlcInfo/ReadPlcTagRelTab.vue | 75 +--- pages/ems/base/EffcIdxMngPage.vue | 3 +- pages/ems/base/EnrgReadPlaceMngPage.vue | 112 ++---- pages/ems/base/EqpmGrpPysclQtyMngPage.vue | 3 +- pages/ems/base/GdIdxMngPage.vue | 5 +- pages/ems/base/GdStndMngPage.vue | 3 +- plugins/vuetify.js | 4 + 14 files changed, 339 insertions(+), 512 deletions(-) create mode 100644 components/icons/icoExpandAlt.vue diff --git a/assets/scss/common/button.scss b/assets/scss/common/button.scss index 6f60886..87d9361 100644 --- a/assets/scss/common/button.scss +++ b/assets/scss/common/button.scss @@ -132,6 +132,15 @@ background: map-deep-get($config, #{$theme}, "ant-btn-danger-bg") !important; } } + + &.expand-btn { + .v-icon { + color: map-deep-get($config, #{$theme}, "basic-button-color"); + svg { + fill: map-deep-get($config, #{$theme}, "basic-button-color"); + } + } + } } } } @@ -158,4 +167,13 @@ height: 16px; background:none; } -} \ No newline at end of file +} +.ant-btn { + &.expand-btn { + .v-icon { + span { + margin-right: 8px; + } + } + } +} diff --git a/components/common/modal/EvtObjPop.vue b/components/common/modal/EvtObjPop.vue index 30919b6..6a3bae7 100644 --- a/components/common/modal/EvtObjPop.vue +++ b/components/common/modal/EvtObjPop.vue @@ -7,12 +7,15 @@ {{ option.labelContent }} - - - + + @@ -21,10 +24,10 @@ {{ option.modalTitle }} mdi-close - + - +