[WIP] Добавил отправку расписания с шаблоном графиков, поправил стили

This commit is contained in:
megavrilinvv
2023-01-23 18:09:09 +03:00
parent 11af24f8bc
commit 5f004e05b6
7 changed files with 34 additions and 33 deletions

View File

@@ -91,4 +91,5 @@ export default {
border-radius: 50%
z-index: 5
opacity: 0
cursor: pointer
</style>

View File

@@ -5,11 +5,12 @@
v-model="value",
:options="items",
:disable="disable",
bg-color="var(--bg-disable-grey-color)"
:behavior="behavior",
bg-color="var(--bg-disable-grey-color)",
outlined,
dense,
emit-value,
map-options,
map-options
)
template(v-slot:selected)
span {{ textSelect }}
@@ -29,6 +30,10 @@ export default {
type: Array,
default: () => [],
},
behavior: {
type: String,
default: "menu",
},
disable: Boolean,
label: String,
},