WIP Сделан переход на клиента при создании

This commit is contained in:
Daria Golova
2022-12-14 18:47:14 +03:00
parent 86d64bc771
commit e09e707ec9
3 changed files with 35 additions and 22 deletions

View File

@@ -1,7 +1,6 @@
<template lang="pug">
.flex.box-border.px-4.items-center.gap-x-3.w-full.text-sm(
.flex.box-border.px-8.pr-4.items-center.gap-x-3.w-full.text-sm(
:style="{ minWidth : width + 'px', maxWidth : width + 'px' }",
:class="{'open-change': isOpenChange}"
)
base-avatar(:size="36", :color="avatarColor", v-if="!photo") {{avatar}}
base-avatar(:size="36", v-else)
@@ -42,6 +41,4 @@ export default {
border-radius: 50%
background-color: var(--font-grey-color)
color: var(--font-dark-blue-color)
.open-change
padding-left: 36px
</style>