mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
改进界面
This commit is contained in:
@@ -41,7 +41,7 @@ Vue.component("dns-domain-selector", {
|
||||
template: `<div>
|
||||
<input type="hidden" name="dnsDomainId" :value="domainId"/>
|
||||
<div v-if="domainName.length > 0">
|
||||
<span class="ui label small">
|
||||
<span class="ui label small basic">
|
||||
{{domainName}}
|
||||
<a href="" @click.prevent="update"><i class="icon pencil small"></i></a>
|
||||
<a href="" @click.prevent="remove()"><i class="icon remove"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user