Develop #17

Merged
alisagerasimova merged 24 commits from develop into master 2026-03-30 13:22:09 +03:00
Showing only changes of commit ed5d626f24 - Show all commits
+2 -2
View File
@@ -296,7 +296,7 @@ function onContextMenu(e, item) {
</div> </div>
<div class="actions"> <div class="actions">
<custom-button class="actions__btn">Сохранить</custom-button> <custom-button class="actions__btn" @click="saveResult">Сохранить</custom-button>
<custom-button class="actions__btn" @click="cleanResult">Очистить</custom-button> <custom-button class="actions__btn" @click="cleanResult">Очистить</custom-button>
<custom-button class="actions__btn" @click="cancel">Отменить</custom-button> <custom-button class="actions__btn" @click="cancel">Отменить</custom-button>
</div> </div>
@@ -396,6 +396,6 @@ html {
.actions button { .actions button {
padding: 20px 35px; padding: 20px 35px;
//background-color: red; /* background-color: red; */
} }
</style> </style>