dev-trungvq7-0729 #50
@ -50,6 +50,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.v-input__custom {
|
.v-input__custom {
|
||||||
.v-input__slot {
|
.v-input__slot {
|
||||||
|
|
||||||
@ -149,6 +150,11 @@
|
|||||||
.v-input {
|
.v-input {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
|
&.v-text-field--outlined {
|
||||||
|
fieldset {
|
||||||
|
top: -4px
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-input__append-inner {
|
.v-input__append-inner {
|
||||||
@ -449,7 +455,7 @@ input[type="checkbox"] {
|
|||||||
transform: none;
|
transform: none;
|
||||||
|
|
||||||
&.mdi:before {
|
&.mdi:before {
|
||||||
font-size: 16px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $theme ==dark {
|
@if $theme ==dark {
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
outlined
|
outlined
|
||||||
append-icon=""
|
append-icon=""
|
||||||
:class="['v-select__custom', customClass]"
|
:class="['v-select__custom', customClass]"
|
||||||
|
:menu-props="{ top: false, offsetY: true }"
|
||||||
><template v-slot:append>
|
><template v-slot:append>
|
||||||
<v-icon>$icoChevronDown</v-icon>
|
<v-icon>$icoChevronDown</v-icon>
|
||||||
</template></v-select>
|
</template></v-select>
|
||||||
|
@ -250,7 +250,6 @@ export default {
|
|||||||
{
|
{
|
||||||
header: '요일',
|
header: '요일',
|
||||||
name: 'dtNm',
|
name: 'dtNm',
|
||||||
align: 'center',
|
|
||||||
formatter({ value }) {
|
formatter({ value }) {
|
||||||
return value + '요일';
|
return value + '요일';
|
||||||
},
|
},
|
||||||
@ -258,7 +257,6 @@ export default {
|
|||||||
{
|
{
|
||||||
header: '구분',
|
header: '구분',
|
||||||
name: 'hldyFg',
|
name: 'hldyFg',
|
||||||
align: 'center',
|
|
||||||
essential: true,
|
essential: true,
|
||||||
formatter({ value }) {
|
formatter({ value }) {
|
||||||
return value == 1 ? '휴일' : '평일';
|
return value == 1 ? '휴일' : '평일';
|
||||||
|
Reference in New Issue
Block a user