fix bugs screen 10, 20

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-07 15:18:06 +07:00
parent c636db83bd
commit ea4910db79
6 changed files with 26 additions and 19 deletions

View File

@ -19,6 +19,13 @@
border-color: currentColor; border-color: currentColor;
// border-color: map-deep-get($config, #{$theme}, "tui-datepicker-border-color"); // border-color: map-deep-get($config, #{$theme}, "tui-datepicker-border-color");
&:hover {
border-color: map-deep-get($config, #{$theme}, "v-input-fieldset-hover-color" ) !important;
}
&:has(.v-input--is-focused){
border-width: 2px;
}
&.datepicker-large { &.datepicker-large {
height: 40px; height: 40px;
} }

View File

@ -111,10 +111,10 @@ $config: (
tui-grid-border-vertical-color: #FFFFFF0F, tui-grid-border-vertical-color: #FFFFFF0F,
tui-grid-cell-backgroundColor: #212224, tui-grid-cell-backgroundColor: #212224,
tui-grid-cell-color: #FFFFFFD9, tui-grid-cell-color: #FFFFFFD9,
tui-grid-cell-insert-color: #13636c, tui-grid-cell-insert-color: #2B2111,
tui-grid-cell-selected-color: #0A224F, tui-grid-cell-selected-color: #0A224F,
tui-grid-cell-modify-color: #13636c, tui-grid-cell-modify-color: #13636c,
tui-grid-cell-removed-color: #f6637b, tui-grid-cell-removed-color: #2A1215,
tui-grid-cell-disabled-color: rgb(170, 170, 170), tui-grid-cell-disabled-color: rgb(170, 170, 170),
tui-grid-cell-hover-backgroundColor: #2d4571, tui-grid-cell-hover-backgroundColor: #2d4571,
v-tabs-items-border-color: #FFFFFF0F, v-tabs-items-border-color: #FFFFFF0F,

View File

@ -426,7 +426,7 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "@/assets/scss/datepicker.scss"; // @import "@/assets/scss/datepicker.scss";
::v-deep { ::v-deep {
.tui-timepicker-row { .tui-timepicker-row {

View File

@ -190,7 +190,7 @@ export default {
// } // }
// } // }
}, },
{ header: '비고', name: 'rmrk', align: 'center' }, { header: '비고', name: 'rmrk', align: 'left' },
]; ];
this.setGridColumn({ this.setGridColumn({

View File

@ -270,7 +270,7 @@ export default {
{ {
header: 'Data 구분', header: 'Data 구분',
name: 'addInfoDataKind', name: 'addInfoDataKind',
align: 'center', align: 'left',
formatter({ value }) { formatter({ value }) {
let retVal = ''; let retVal = '';
const newValue = addInfoDataKindList.filter( const newValue = addInfoDataKindList.filter(

View File

@ -62,20 +62,20 @@
<v-card-title class="pa-0">설비별 효율지표 Trend</v-card-title> <v-card-title class="pa-0">설비별 효율지표 Trend</v-card-title>
</v-col> </v-col>
<v-col :cols="4" class="d-flex justify-space-end" > <v-col :cols="4" class="d-flex justify-space-end" >
<component <component
class="text-right mr-2" class="text-right mr-2"
ref="EqpmSelectPop" ref="EqpmSelectPop"
label="" label=""
placeholder="설비..." placeholder="설비..."
is="EqpmSelectPop" is="EqpmSelectPop"
valueNm="eqpmId" valueNm="eqpmId"
:textCols="12" :textCols="12"
:parentPrgmId="myPrgmId" :parentPrgmId="myPrgmId"
:eqpmGrpDisabled="true" :eqpmGrpDisabled="true"
:fabDisabled="true" :fabDisabled="true"
:iconShow="false" :iconShow="false"
:isMulti="true" :isMulti="true"
/> />
<a-button @click="getEqpmData()" type="primary" >조회</a-button> <a-button @click="getEqpmData()" type="primary" >조회</a-button>
</v-col> </v-col>
</v-row> </v-row>