Исправила мелкие несоответствия

This commit is contained in:
Daria Golova
2023-07-19 11:35:07 +03:00
parent 926efdb64a
commit 370970b26c
5 changed files with 34 additions and 8 deletions

View File

@@ -52,7 +52,7 @@
)
.footer.flex.gap-2
base-button(type="secondary", label="Отменить", width="126px", @click="closeForm")
base-button(width="168px", label="Создать запись", @click="closeForm")
base-button(width="168px", label="Создать запись", @click="closeForm", disabled)
</template>
<script>