optimize-css

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-19 13:43:44 +07:00
parent a074e0e6e9
commit 5abba695b2
20 changed files with 3 additions and 59 deletions

View File

@ -1,17 +1,5 @@
// router-tab (header)
@import "./var.scss";
@import "./mixin.scss";
@import "./common/fonts.scss";
@import "./common/text.scss";
@import "./common/input.scss";
@import "./common/button.scss";
@import "./common/grid.scss";
@import "./common/card.scss";
@import "./common/tabs.scss";
@import "./common/numericInput.scss";
@import "./common/pagination.scss";
@import "./common/editor.scss";
html,
body {

View File

@ -1,10 +1,3 @@
// @import './var.scss';
// @import './functions.scss';
// @import './mixin.scss';
// @each $theme in dark, light{
// @include theme($theme);
// .v-application.#{$theme}-mode{

View File

@ -112,7 +112,6 @@ export default {
};
</script>
<style lang="scss" scoped>
@import '@/assets/scss/var.scss';
@each $theme in dark, light {
.v-application.#{$theme}-mode {
.mdi-account {

View File

@ -180,8 +180,6 @@ const myDetail = [];
</script>
<style lang="scss" scoped>
@import '@/assets/scss/var.scss';
@import '@/assets/scss/mixin.scss';
::-webkit-scrollbar {
width: 0px;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -683,7 +683,6 @@ const myColumns = [
</script>
<style lang="scss" scoped>
@import '@/assets/scss/var.scss';
@each $theme in dark, light {
.v-application.#{$theme}-mode {
.tui-grid {

View File

@ -408,7 +408,6 @@ var eqpmDetlPop = {
// 전력량 요금(원/kWh)
</script>
<style lang="scss" scoped>
// @import '@/assets/scss/common/grid.scss';
.tui-grid-scrollbar-left-bottom {
display: none !important;
}

View File

@ -329,7 +329,6 @@ var gdIdxDetPop = {
// 전력량 요금(원/kWh)
</script>
<style lang="scss" scoped>
// @import '@/assets/scss/common/grid.scss';
.tui-grid-scrollbar-left-bottom {
display: none !important;
}

View File

@ -846,5 +846,4 @@ export default {
<style lang="scss" scoped>
@import '@/assets/scss/layout.scss';
</style>

View File

@ -58,9 +58,9 @@ module.exports = {
// Modules: https://go.nuxtjs.dev/config-modules
modules: ['@nuxtjs/axios', '@nuxtjs/dayjs', '@nuxtjs/style-resources' ],
styleResources: {
scss: ['./assets/scss/*.scss'],
},
// styleResources: {
// scss: ['./assets/scss/*.scss'],
// },
proxy: {
"/api/": {
target: "http://0.0.0.0:9999/",

View File

@ -626,6 +626,3 @@ const myDetail = [
},
];
</script>
<style lang="scss">
@import '@/assets/scss/common.scss';
</style>

View File

@ -855,7 +855,6 @@ const myDetail = [
];
</script>
<style lang="scss" scoped>
@import '@/assets/scss/common.scss';
::v-deep {
.tui-grid-layer-state {
top: 40px !important;

View File

@ -411,15 +411,3 @@ const defaultData = {
fromDt: Utility.setFormatDate(new Date(), "YYYYMMDD"), // 조회 시작일
};
</script>
<style lang="scss" scoped>
// @import "@/assets/scss/common.scss";
// .echarts::v-deep > div > canvas:hover {
// cursor: pointer;
// }
// ::v-deep{
// .echarts:hover > div:nth-child(1){
// cursor:pointer !important;
// }
// }
</style>

View File

@ -819,8 +819,6 @@ const defaultData = {
};
</script>
<style lang="scss" scoped>
// @import '@/assets/scss/common.scss';
@import '@/assets/scss/var.scss';
@each $theme in dark, light {
.v-application.#{$theme}-mode {
.tui-grid {

View File

@ -1214,7 +1214,6 @@ const defaultData = {
};
</script>
<style lang="scss" scoped>
@import "@/assets/scss/var.scss";
::v-deep {
.datepicker-container {

View File

@ -200,8 +200,6 @@ export default {
};
</script>
<style lang="scss" scoped>
@import '@/assets/scss/var.scss';
@import '@/assets/scss/mixin.scss';
::v-deep {
.v-avatar {