назначила функцию кнопке сохранить
This commit is contained in:
+2
-2
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user