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