refactor: 调整压缩包支持范围的文案和限制
This commit is contained in:
parent
223aba983f
commit
eaa98e6210
|
@ -49,8 +49,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>上传文本:</p>
|
<p>上传文本:</p>
|
||||||
<p style="font-size:10px">(请选择包含文本文件的zip、rar、7z、tar文件)</p>
|
<p style="font-size:10px">(请选择包含文本文件的zip、tar文件)</p>
|
||||||
<input type="file" id="file-input" accept=".zip,.rar,.7z,.tar"/>
|
<input type="file" id="file-input" accept=".zip,.tar"/>
|
||||||
<p class="edit-box-btn-area">
|
<p class="edit-box-btn-area">
|
||||||
<button class="button" @click="submit">提交</button>
|
<button class="button" @click="submit">提交</button>
|
||||||
<button class="button" @click="toList">取消</button>
|
<button class="button" @click="toList">取消</button>
|
||||||
|
|
Loading…
Reference in New Issue