mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
优化组件显示
This commit is contained in:
@@ -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>`
|
||||
`
|
||||
})
|
||||
Reference in New Issue
Block a user