Improve ExamineLogModal
This commit is contained in:
parent
79db9a63eb
commit
95ec7e09e8
@ -2,6 +2,7 @@
|
||||
<v-dialog
|
||||
v-model="examineLog"
|
||||
width="50wv"
|
||||
@click.outside="closeModal"
|
||||
>
|
||||
<v-card>
|
||||
<v-card-text style="height: 70vh">
|
||||
@ -52,7 +53,8 @@ export default {
|
||||
field: 'key',
|
||||
sortable: true,
|
||||
filter: 'agTextColumnFilter',
|
||||
resizable: true
|
||||
resizable: true,
|
||||
width: 10,
|
||||
},
|
||||
{
|
||||
field: 'value',
|
||||
|
Loading…
Reference in New Issue
Block a user