ЛР4 и как?

This commit is contained in:
ityurner02@mail.ru 2023-05-15 19:18:19 +04:00
parent 3d47fb12ef
commit 411eb34bab
3 changed files with 8 additions and 8 deletions

View File

@ -61,9 +61,9 @@
</script> </script>
<template> <template>
<ToolBar <ToolBar
@add="showAddModal" @add="showAddModal"
@edit="showEditModal" @edit="showEditModal"
@remove="removeSelectedItems"> @remove="removeSelectedItems">
</ToolBar> </ToolBar>
<DataTable <DataTable
@ -72,10 +72,10 @@
:selectedItems="this.selectedItems" :selectedItems="this.selectedItems"
@dblclick="showEditModalDblClick"> @dblclick="showEditModalDblClick">
</DataTable> </DataTable>
<Modal <Modal
:header="this.modal.header" :header="this.modal.header"
:confirm="this.modal.confirm" :confirm="this.modal.confirm"
v-model:visible="this.modalShow" v-model:visible="this.modalShow"
@done="saveItem"> @done="saveItem">
<div class="mb-3"> <div class="mb-3">
<label for="name" class="form-label">Название фильма</label> <label for="name" class="form-label">Название фильма</label>

View File

@ -65,6 +65,6 @@
user-select: none; user-select: none;
} }
*{ *{
color: red; color: orange;
} }
</style> </style>

Binary file not shown.