Update screen 30, 13, 22
This commit is contained in:
@ -434,7 +434,7 @@ a {
|
||||
.v-application.#{$theme}-mode {
|
||||
min-width: 1000px;
|
||||
|
||||
.head-logo{
|
||||
.head-logo {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
@ -485,8 +485,9 @@ a {
|
||||
|
||||
.container--fluid {
|
||||
background-color: map-deep-get($config, #{$theme}, "container-fluid");
|
||||
|
||||
.menu-container {
|
||||
max-height:calc(100vh - 60px);
|
||||
max-height: calc(100vh - 60px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
@ -950,15 +951,24 @@ a {
|
||||
"v-calendar-weekday-backgroundColor"
|
||||
);
|
||||
border-right: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
|
||||
border-bottom: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
|
||||
border-top: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
|
||||
color: map-deep-get($config, #{$theme}, "v-calendar-weekday-color");
|
||||
|
||||
&:nth-of-type(1) {
|
||||
color: map-deep-get($color, "week", "sun");
|
||||
// color: map-deep-get($config,
|
||||
// #{$theme},
|
||||
// "v-calendar-is-sun"
|
||||
// );
|
||||
border-left: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
|
||||
}
|
||||
|
||||
&:nth-of-type(7) {
|
||||
color: map-deep-get($color, "week", "sat");
|
||||
}
|
||||
// &:nth-of-type(7) {
|
||||
// color: map-deep-get($config,
|
||||
// #{$theme},
|
||||
// "v-calendar-is-sat"
|
||||
// );
|
||||
// }
|
||||
}
|
||||
|
||||
>.vc-day {
|
||||
@ -967,22 +977,33 @@ a {
|
||||
|
||||
.day-hldyNm,
|
||||
.day-label.is-holiday {
|
||||
color: map-deep-get($color, "week", "sun");
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-calendar-is-sun"
|
||||
);
|
||||
}
|
||||
|
||||
&.weekday-1 {
|
||||
|
||||
.day-label,
|
||||
.day-hldyNm {
|
||||
color: map-deep-get($color, "week", "sun");
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-calendar-is-sun"
|
||||
);
|
||||
}
|
||||
|
||||
border-left: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
|
||||
}
|
||||
|
||||
&.weekday-7 {
|
||||
|
||||
.day-label,
|
||||
.day-hldyNm {
|
||||
color: map-deep-get($color, "week", "sat");
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-calendar-is-sat"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1184,11 +1205,17 @@ a {
|
||||
}
|
||||
|
||||
th.tui-sun {
|
||||
color: map-deep-get($color, "week", "sun");
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-calendar-is-sun"
|
||||
);
|
||||
}
|
||||
|
||||
th.tui-sat {
|
||||
color: map-deep-get($color, "week", "sat");
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-calendar-is-sat"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1204,11 +1231,17 @@ a {
|
||||
}
|
||||
|
||||
td.tui-calendar-sun {
|
||||
color: map-deep-get($color, "week", "sun");
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-calendar-is-sun"
|
||||
);
|
||||
}
|
||||
|
||||
td.tui-calendar-sat {
|
||||
color: map-deep-get($color, "week", "sat");
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-calendar-is-sat"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1322,11 +1355,12 @@ a {
|
||||
color: #46c0ff;
|
||||
}
|
||||
}
|
||||
|
||||
.v-btn {
|
||||
background-color: transparent !important;
|
||||
color: map-deep-get($config, #{$theme}, "btn-header-select-color") !important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
[hover-tooltip] {
|
||||
|
@ -32,8 +32,8 @@ $color: (
|
||||
"black": ("0": #000,
|
||||
"1": #111),
|
||||
"white": ("0": #fff),
|
||||
"week": ("sun": #fb5a83,
|
||||
"sat": #2d8cf6)
|
||||
"week": ("sun": #FF4D4F,
|
||||
"sat": #597EF7)
|
||||
);
|
||||
|
||||
$config: (
|
||||
@ -96,12 +96,14 @@ $config: (
|
||||
v-input-disabled-backgroundColor:rgba(255, 255, 255, 0.08),
|
||||
v-input-disabled-color: rgba(255, 255, 255, 0.5),
|
||||
v-select-label-color: rgba(255, 255, 255, 0.85),
|
||||
v-calendar-weekday-backgroundColor: #383f5d,
|
||||
v-calendar-weekday-color: #fff,
|
||||
v-calendar-weekday-border-color: rgba(255, 255, 255, 0.1),
|
||||
v-calendar-day-color: #fff,
|
||||
v-calendar-day-in-not-month-color: rgba(255, 255, 255, 0.05),
|
||||
v-calendar-is-today-background-color: #2d4571,
|
||||
v-calendar-weekday-backgroundColor: #FFFFFF0A,
|
||||
v-calendar-weekday-color: #FFFFFFD9,
|
||||
v-calendar-weekday-border-color: #FFFFFF0F,
|
||||
v-calendar-day-color: #FFFFFFD9,
|
||||
v-calendar-day-in-not-month-color: #FFFFFF14,
|
||||
v-calendar-is-today-background-color: #0A224F,
|
||||
v-calendar-is-sat: #263EA0,
|
||||
v-calendar-is-sun:#A61D24,
|
||||
tui-grid-title-color: #FFFFFFD9,
|
||||
tui-grid-header-backgroundColor: #2a2b2d,
|
||||
tui-grid-header-color: #FFFFFFD9,
|
||||
@ -234,12 +236,14 @@ $config: (
|
||||
v-input-disabled-backgroundColor: rgba(0, 0, 0, 0.04),
|
||||
v-input-disabled-color: rgba(0, 0, 0, 0.25),
|
||||
v-select-label-color: rgba(0, 0, 0, 0.88),
|
||||
v-calendar-weekday-backgroundColor: #e0e0e0,
|
||||
v-calendar-weekday-color: #111,
|
||||
v-calendar-weekday-border-color: #d4d4d4,
|
||||
v-calendar-day-color: #111,
|
||||
v-calendar-day-in-not-month-color: #f8f8f8,
|
||||
v-calendar-is-today-background-color: #e3eaf3,
|
||||
v-calendar-weekday-backgroundColor: #00000005,
|
||||
v-calendar-weekday-color: #000000E0,
|
||||
v-calendar-weekday-border-color: #0000000F,
|
||||
v-calendar-day-color: #000000E0,
|
||||
v-calendar-day-in-not-month-color: #0000000A,
|
||||
v-calendar-is-today-background-color: #E6F4FF,
|
||||
v-calendar-is-sat: #597EF7,
|
||||
v-calendar-is-sun:#FF4D4F,
|
||||
tui-grid-title-color: #000000E0,
|
||||
tui-grid-header-backgroundColor: #fafafa, //#e0e0e0,
|
||||
tui-grid-header-color: rgba(0, 0, 0, 0.88),
|
||||
|
Reference in New Issue
Block a user