diff --git a/assets/scss/common.scss b/assets/scss/common.scss index bac9445..b0d4fa3 100644 --- a/assets/scss/common.scss +++ b/assets/scss/common.scss @@ -12,8 +12,7 @@ html, body { - overflow: auto; - + // overflow: auto; } a { @@ -119,7 +118,7 @@ a { .v-main, .v-main__wrap, .container { - height: 100%; + // height: 100%; } .v-main__wrap>.container { @@ -144,7 +143,9 @@ a { } & .router-tab__container { - min-height: calc(100% - 72px); + overflow-y: auto; + min-height: calc(100vh - 105px); + max-height: calc(100vh - 105px); padding: 20px; } @@ -484,6 +485,10 @@ a { .container--fluid { background-color: map-deep-get($config, #{$theme}, "container-fluid"); + .menu-container { + max-height:calc(100vh - 60px); + overflow-y: auto; + } } .v-icon { @@ -529,8 +534,6 @@ a { } } - - .router-tab { .router-tab__header { background-color: map-deep-get($config, #{$theme}, "router-header"); diff --git a/assets/scss/common/button.scss b/assets/scss/common/button.scss index 6f60886..ea229cd 100644 --- a/assets/scss/common/button.scss +++ b/assets/scss/common/button.scss @@ -118,6 +118,9 @@ background: map-deep-get($config, #{$theme}, "ant-btn-primary-bg"); border-color:map-deep-get($config, #{$theme}, "ant-btn-primary-bg"); color:map-deep-get($config, #{$theme}, "ant-btn-primary-color"); + &.ant-btn-background-ghost{ + color:map-deep-get($config, #{$theme}, "ant-btn-primary-bg"); + } } &.ant-btn-default { diff --git a/components/common/Chart.vue b/components/common/Chart.vue index c9aa472..4dcc7c1 100644 --- a/components/common/Chart.vue +++ b/components/common/Chart.vue @@ -351,25 +351,25 @@ export default { tmpChrtOp.color = light_Col; } } - console.log('ops11:',tmpChrtOp) + // console.log('ops11:',tmpChrtOp) return tmpChrtOp; }, }), }, created() { - console.log('wd data:',this.widgetData) + // console.log('wd data:',this.widgetData) }, methods: { onClick(event, instance, ECharts) { - console.log('onClick : ', event); + // console.log('onClick : ', event); this.$emit('click', event); }, onDblClick(event, instance, ECharts) { - console.log('onDblClick : ', event); + // console.log('onDblClick : ', event); this.$emit('dblclick', event); }, onRightClick(event, instance, ECharts) { - console.log('onRightClick : ', event); + // console.log('onRightClick : ', event); this.$emit('rclick', event); }, onLegendSelect(params) { diff --git a/components/common/Datepicker.vue b/components/common/Datepicker.vue index a17ec0b..0a71957 100644 --- a/components/common/Datepicker.vue +++ b/components/common/Datepicker.vue @@ -30,7 +30,7 @@ - - - diff --git a/components/common/Grid.vue b/components/common/Grid.vue index 0270b89..34c3f4b 100644 --- a/components/common/Grid.vue +++ b/components/common/Grid.vue @@ -163,7 +163,7 @@ export default { }, created() {}, async mounted() { - console.log('--------------DEBUG----gridData: ', this.gridData); + // console.log('--------------DEBUG----gridData: ', this.gridData); if (this.gridName) { this.gridInstance = this.$refs['tuigrid' + this.gridName]; @@ -666,6 +666,8 @@ export default { store.dimension.offsetLeft = offsetLeft; }, setHeight(_a,height){ + return; // setting auto height + // console.log("setHeight"); var dimension = _a.dimension; var headerHeight = dimension.headerHeight, summaryHeight = dimension.summaryHeight, tableBorderWidth = dimension.tableBorderWidth; diff --git a/components/common/button/ActionButtons.vue b/components/common/button/ActionButtons.vue index 2b61640..c5baa1a 100644 --- a/components/common/button/ActionButtons.vue +++ b/components/common/button/ActionButtons.vue @@ -3,8 +3,7 @@ - - + - - + diff --git a/components/common/modal/EnrgUsePlanModiPop.vue b/components/common/modal/EnrgUsePlanModiPop.vue index 05592d6..4fa2137 100644 --- a/components/common/modal/EnrgUsePlanModiPop.vue +++ b/components/common/modal/EnrgUsePlanModiPop.vue @@ -318,7 +318,7 @@ export default { // } }, mounted(){ - this.initTest(); return; + // this.initTest(); return; }, methods: { ...mapMutations({ @@ -478,10 +478,6 @@ export default { // }) }, async setChart(){ - // test - this.initTestChart(); return; - // end test - this.loadChart = false; let xAxisData = []; let seriesData = []; diff --git a/components/common/select/SelectBlocMstr.vue b/components/common/select/SelectBlocMstr.vue index 556c8aa..0ba8c7d 100644 --- a/components/common/select/SelectBlocMstr.vue +++ b/components/common/select/SelectBlocMstr.vue @@ -2,22 +2,17 @@ - + + $icoChevronDown + diff --git a/components/common/select/SelectMttList.vue b/components/common/select/SelectMttList.vue index 52fe3f6..270fe95 100644 --- a/components/common/select/SelectMttList.vue +++ b/components/common/select/SelectMttList.vue @@ -85,6 +85,11 @@ export default { type: String, require: false, }, + required: { + type: Boolean, + require: false, + default: false + }, }, data() { return { diff --git a/components/common/select/selectCodeList.vue b/components/common/select/selectCodeList.vue index 50a2bfe..eb62857 100644 --- a/components/common/select/selectCodeList.vue +++ b/components/common/select/selectCodeList.vue @@ -11,9 +11,11 @@ + diff --git a/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue b/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue index bb9b80d..a8792d1 100644 --- a/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue +++ b/components/pages/ems/DataSetInfo/DataSetTagRelTab.vue @@ -5,7 +5,7 @@ -
+
@@ -66,7 +66,7 @@ export default { }, data() { return { - loadGrid: true, + loadGrid: false, gridName: 'rowDataSetTagRelGrid', detailDataSetTagList: myDataSetTagDetail, dataPathMock: { @@ -128,8 +128,6 @@ export default { const gridHeight = this.$refs['gridParent'].offsetHeight - 36; const myOptions = { - // bodyHeight: gridHeight, - // minBodyHeight: gridHeight, header: { height: 28, }, @@ -137,14 +135,9 @@ export default { minRowHeight: 29, selectionUnit: 'row', editingEvent: 'click', - // columnOptions: { - // resizable: true, - // minWidth: 100 - // } }; this.setGridOption({ gridKey: this.gridName, - // value: myOptions value: Object.assign(Utility.defaultGridOption(gridHeight), myOptions), }); @@ -204,16 +197,11 @@ export default { value: myColumns, }); - this.loadGrid = true; + this.$nextTick(() => { + this.loadGrid = true; + }) }, async getRowData(data, gridName) { - // if (data.rowStat === 'I') { - // this.detailDataSetTagList[0].disabled = false; - // this.detailDataSetTagList[1].disabled = false; - // } else { - // this.detailDataSetTagList[0].disabled = true; - // this.detailDataSetTagList[1].disabled = true; - // } this.setGridSelectData({ gridKey: gridName, gridSelect: true, diff --git a/layouts/default.vue b/layouts/default.vue index e784ca0..87ee665 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -112,13 +112,6 @@ }" />
- @@ -148,14 +141,6 @@ - @@ -322,19 +307,6 @@ - diff --git a/layouts/default_bak.vue b/layouts/default_bak.vue deleted file mode 100644 index 6f7365d..0000000 --- a/layouts/default_bak.vue +++ /dev/null @@ -1,809 +0,0 @@ - - - - diff --git a/layouts/default_bk.vue b/layouts/default_bk.vue deleted file mode 100644 index ae0aae0..0000000 --- a/layouts/default_bk.vue +++ /dev/null @@ -1,928 +0,0 @@ - - - - diff --git a/mixin/global.js b/mixin/global.js index ae513fc..7631640 100644 --- a/mixin/global.js +++ b/mixin/global.js @@ -58,7 +58,7 @@ export default { layoutInit() { if (this.$refs.searchFilter) { const searchFilterHeight = this.$refs.searchFilter.offsetHeight; - this.$refs.contents.style.height = `calc(100% - ${searchFilterHeight}px)`; + this.$refs.contents.style.minHeight = `calc(100% - ${searchFilterHeight + 20}px)`; } }, //init() {} diff --git a/nuxt.config.js b/nuxt.config.js index d517910..0bd0350 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -49,7 +49,7 @@ module.exports = { // Auto import components: https://go.nuxtjs.dev/config-components components: true, - + // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules buildModules: [ // https://go.nuxtjs.dev/vuetify diff --git a/pages/comm/auth/MenuRoleMngPage.vue b/pages/comm/auth/MenuRoleMngPage.vue index 1721950..93a5135 100644 --- a/pages/comm/auth/MenuRoleMngPage.vue +++ b/pages/comm/auth/MenuRoleMngPage.vue @@ -22,8 +22,7 @@ customClass="input-large" /> - - + @@ -31,8 +30,8 @@ - - + + 역할 리스트 @@ -53,7 +52,7 @@ - + 역할 메뉴별 권한 @@ -70,7 +69,7 @@ :style="{ minHeight: '36px' }" >[미배정]메뉴리스트 -
+
-
+
{ + return ``; + } + }, { header: '메뉴명', name: 'menuNm', @@ -415,6 +425,17 @@ export default { }, ]; const myTreeColumns2 = [ + { + header: '', + name: '', + align: 'center', + width: 30, + formatter: (props) => { + return ``; + } + }, { header: '역할ID', name: 'roleId', hidden: true }, { header: '메뉴ID', name: 'menuId', hidden: true }, { header: '메뉴명', name: 'menuNm', minWidth: '235' }, diff --git a/pages/comm/base/NoticeMngPage.vue b/pages/comm/base/NoticeMngPage.vue index 4b80a90..e0956bd 100644 --- a/pages/comm/base/NoticeMngPage.vue +++ b/pages/comm/base/NoticeMngPage.vue @@ -1,5 +1,6 @@