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 - + - +