优化组件显示

This commit is contained in:
刘祥超
2023-02-13 09:44:10 +08:00
parent 836daf2ad9
commit 54bc98e9c1
4 changed files with 62 additions and 6 deletions

View File

@@ -716,8 +716,7 @@ Vue.component("http-cond-params", {
this.cond.value = this.versionRangeMinValue + "," + this.versionRangeMaxValue
}
},
template: `<table class="ui table definition">
<tbody>
template: `<tbody>
<tr>
<td style="width: 8em">参数值</td>
<td>
@@ -835,5 +834,5 @@ Vue.component("http-cond-params", {
</td>
</tr>
</tbody>
</table>`
`
})