WIP Сделан переход на клиента при создании
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user