mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 11:20:27 +08:00
优化文字显示
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
<h3>次要信息:</h3>
|
<h3>次要信息:</h3>
|
||||||
<table class="ui table selectable definition">
|
<table class="ui table selectable definition">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">服务类型</td>
|
<td class="title">网站类型</td>
|
||||||
<td>
|
<td>
|
||||||
<select class="ui dropdown auto-width" name="serverType" v-model="serverType" @change="changeServerType()">
|
<select class="ui dropdown auto-width" name="serverType" v-model="serverType" @change="changeServerType()">
|
||||||
<option v-for="s in serverTypes" :value="s.code">{{s.name}}</option>
|
<option v-for="s in serverTypes" :value="s.code">{{s.name}}</option>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">服务名称</td>
|
<td class="title">网站名称</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="name" maxlength="60"/>
|
<input type="text" name="name" maxlength="60"/>
|
||||||
<p class="comment">可以是网站用途或者域名等。</p>
|
<p class="comment">可以是网站用途或者域名等。</p>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<table class="ui table selectable celled" v-if="servers.length > 0">
|
<table class="ui table selectable celled" v-if="servers.length > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>服务名称</th>
|
<th>网站名称</th>
|
||||||
<th>所属用户</th>
|
<th>所属用户</th>
|
||||||
<th>部署集群</th>
|
<th>部署集群</th>
|
||||||
<th>域名</th>
|
<th>域名</th>
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
<table class="ui table selectable celled" v-if="servers.length > 0">
|
<table class="ui table selectable celled" v-if="servers.length > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>服务名称</th>
|
<th>网站名称</th>
|
||||||
<th>所属用户</th>
|
<th>所属用户</th>
|
||||||
<th>部署集群</th>
|
<th>部署集群</th>
|
||||||
<th>域名</th>
|
<th>域名</th>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">服务名称 *</td>
|
<td class="title">网站名称 *</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="name" maxlength="60" ref="focus" v-model="server.name"/>
|
<input type="text" name="name" maxlength="60" ref="focus" v-model="server.name"/>
|
||||||
</td>
|
</td>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>服务类型 *</td>
|
<td>网站类型 *</td>
|
||||||
<td>
|
<td>
|
||||||
{{typeName}}
|
{{typeName}}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user