[WIP] Правка кода, добавил конфиг календаря
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
.flex.items-center.justify-center.pl-11(
|
||||
:style="{width: 'calc(25% + 43px)'}"
|
||||
)
|
||||
.text.font-bold(
|
||||
:style="{color: 'var(--btn-blue-color)'}"
|
||||
) Сотрудник
|
||||
.text.font-bold Сотрудник
|
||||
.column-wrapper.flex
|
||||
.flex.flex-col.items-center.justify-center.w-11(
|
||||
v-for="day in result",
|
||||
@@ -46,6 +44,7 @@ export default {
|
||||
border-bottom: 1.5px solid var(--border-light-grey-color-1)
|
||||
border-top-left-radius: 2px
|
||||
border-top-right-radius: 2px
|
||||
color: var(--btn-blue-color)
|
||||
|
||||
.column-wrapper
|
||||
overflow: auto
|
||||
@@ -54,7 +53,4 @@ export default {
|
||||
|
||||
.column-color
|
||||
background-color: var(--bg-white-color-1)
|
||||
|
||||
.text
|
||||
color: var(--btn-blue-color)
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user