diff --git a/assets/scss/common.scss b/assets/scss/common.scss index 33adc3d..6bdd6ad 100644 --- a/assets/scss/common.scss +++ b/assets/scss/common.scss @@ -1255,9 +1255,9 @@ a { opacity: 0; } - .v-list-item__content { - background-color: currentColor; - } + // .v-list-item__content { + // background-color: currentColor; + // } .v-list-item__title { color: map-deep-get($config, @@ -1265,9 +1265,9 @@ a { "tui-datepicker-calendar-color" ); - @if $theme ==light { - color: #fff !important; - } + // @if $theme ==light { + // color: #fff !important; + // } } } } diff --git a/assets/scss/common/input.scss b/assets/scss/common/input.scss index e4de7be..ba40d9a 100644 --- a/assets/scss/common/input.scss +++ b/assets/scss/common/input.scss @@ -1,4 +1,6 @@ .v-select__custom { + padding: 0.125rem; + &.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot { box-shadow: none; } @@ -42,6 +44,10 @@ legend { width: 0; } + + .v-select-list { + padding: 0 1rem; + } } .v-input__custom { diff --git a/components/common/select/SelectBoxMulti.vue b/components/common/select/SelectBoxMulti.vue index a4835b6..35550da 100644 --- a/components/common/select/SelectBoxMulti.vue +++ b/components/common/select/SelectBoxMulti.vue @@ -20,10 +20,10 @@ outlined :multiple="multiple" :hide-details="true" - append-icon="" :class="['v-select__custom', customClass]" :disabled="disabled" :readonly="readonly" + append-icon="" > diff --git a/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue b/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue index 097d262..bb9b80d 100644 --- a/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue +++ b/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue @@ -7,7 +7,7 @@
+ @getRowsData="getRowData" :innerTabGridInfo="innerTabGridInfo" />
diff --git a/pages/ems/effc/EnrgReptMngPage.vue b/pages/ems/effc/EnrgReptMngPage.vue index 4aa0080..f168e6e 100644 --- a/pages/ems/effc/EnrgReptMngPage.vue +++ b/pages/ems/effc/EnrgReptMngPage.vue @@ -266,8 +266,8 @@ export default { }, created() { }, async mounted() { - console.log('----DEBUG---'); - await this.initTest(); + // console.log('----DEBUG---'); + // await this.initTest(); // End Debug Test--- await this.init(); this.initedFlag = true;