[WIP] Исправил стили, добавил расписание

This commit is contained in:
megavrilinvv
2022-12-19 18:02:16 +03:00
parent 4f17285df4
commit 969b260e36
7 changed files with 94 additions and 54 deletions

View File

@@ -769,5 +769,5 @@ export default {
.closed-detail .detail
max-height: 0
.dots-wrapper
width: 36px
width: 53px
</style>

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.box-border.px-8.pr-4.items-center.gap-x-3.w-full.text-sm(
.flex.box-border.px-4.items-center.gap-x-3.w-full.text-sm(
:style="{ minWidth : width + 'px', maxWidth : width + 'px' }",
)
base-avatar(:size="36", :color="avatarColor", v-if="!photo") {{avatar}}