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