WIP Перемещен инпут
This commit is contained in:
@@ -21,22 +21,16 @@
|
||||
)
|
||||
.flex(:style="{width: '180px'}")
|
||||
base-input.relative(
|
||||
:placeholder="dateString"
|
||||
outlined,
|
||||
:placeholder="dateString",
|
||||
size="M",
|
||||
:width="180"
|
||||
)
|
||||
.flex.items-center
|
||||
q-icon(
|
||||
size="20px",
|
||||
name="event",
|
||||
class="cursor-pointer",
|
||||
style="color: var(--font-dark-blue-color)"
|
||||
)
|
||||
q-popup-proxy(
|
||||
cover,
|
||||
transition-show="scale",
|
||||
transition-hide="scale"
|
||||
)
|
||||
q-date(v-model="date", minimal, class="font-input")
|
||||
q-icon(
|
||||
size="20px",
|
||||
name="app:calendar",
|
||||
class="cursor-pointer",
|
||||
style="color: var(--font-dark-blue-color)"
|
||||
)
|
||||
.toogle.flex
|
||||
q-btn(
|
||||
label="Время",
|
||||
@@ -58,8 +52,8 @@
|
||||
|
||||
<script>
|
||||
import * as moment from "moment";
|
||||
import BaseInput from "@/components/base/BaseInput.vue";
|
||||
import BaseButton from "@/components/base/BaseButton.vue";
|
||||
import BaseInput from "@/components/base/BaseInput.vue";
|
||||
|
||||
export default {
|
||||
name: "ScheduleHeader",
|
||||
|
||||
Reference in New Issue
Block a user