优化文字提示

This commit is contained in:
GoEdgeLab
2022-03-25 09:32:46 +08:00
parent 33a366dafc
commit d8b6c2bdc2
2 changed files with 34 additions and 33 deletions

View File

@@ -6,7 +6,7 @@
<a href="" class="item" @click.prevent="upload()">[上传]</a>
</first-menu>
<p class="comment" v-if="libraries.length == 0">暂时还没有IP库。</p>
<p class="comment" v-if="libraries.length == 0">暂时还没有IP库系统会使用默认的IP库</p>
<div v-if="libraries.length > 0">
<div class="margin"></div>
<table class="ui table selectable celled">

View File

@@ -17,6 +17,7 @@
<td class="title">选择IP库文件 *</td>
<td>
<input type="file" name="file" :accept="selectedTypeExt"/>
<p class="comment"><span class="red">请确认IP库文件格式符合IP库类型否则将导致无法查询IP信息等严重后果。</span></p>
</td>
</tr>
</table>