前端 pattern list 占两个格子

This commit is contained in:
2021-05-22 18:56:39 +08:00
parent eb80a59316
commit 69121a5cc2
2 changed files with 3 additions and 2 deletions

View File

@@ -143,10 +143,10 @@ const component_update_database = {
<td><input type="text" v-model="pattern_tmp" /></td>
</tr>
<tr>
<td><strong>Pattern List</strong></td>
<td colspan="2"><strong>Pattern List</strong></td>
</tr>
<tr v-for="p in pattern">
<td>{{ p }}</td>
<td colspan="2">{{ p }}</td>
</tr>
<tr>
<td><button @click="update_database">Update</button></td>