Изменила отступ в HeaderChargePerson

This commit is contained in:
Daria Golova
2022-10-19 14:21:45 +03:00
parent 0cd25bdb91
commit a0ba2c74fa

View File

@@ -1,7 +1,7 @@
<template lang="pug"> <template lang="pug">
.change-person-wrapper(:class="openOptions") .change-person-wrapper(:class="openOptions")
.header.flex.items-center.pl-1.pr-2 .header.flex.items-center.pl-1.pr-2
img.img-wrapper.mr-1(:src="info.avatarSrc" alt="Charge person avatar") img.img-wrapper.mr-2(:src="info.avatarSrc" alt="Charge person avatar")
span.font-bold.text-sm.mr-6px {{ info.name }} span.font-bold.text-sm.mr-6px {{ info.name }}
.dot.mr-4 .dot.mr-4
.icon-wrapper.icon-down-arrow.flex.items-center.justify-center.text-xxs(@click="changeState") .icon-wrapper.icon-down-arrow.flex.items-center.justify-center.text-xxs(@click="changeState")
@@ -55,7 +55,7 @@ export default {
transform: rotate(180deg) transform: rotate(180deg)
.header .header
width: 310px width: 314px
height: 42px height: 42px
position: relative position: relative
background-color: var(--btn-blue-color) background-color: var(--btn-blue-color)