v0.1.2
parent
e61a279b6a
commit
d89b0656df
|
@ -26,7 +26,7 @@
|
|||
批量删除
|
||||
</el-button>
|
||||
<div style="float: right;">
|
||||
名称实例筛选:<el-input v-model="iname" prefix-icon="el-icon-search" placeholder="请输入名称或实例" clearable style="width:250px" class="filter-item" @input="inameFilter(iname)" />
|
||||
<el-input v-model="iname" prefix-icon="el-icon-search" placeholder="请输入名称或实例进行筛选" clearable style="width:230px" class="filter-item" @input="inameFilter(iname)" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
|
||||
|
||||
<div class="title-container">
|
||||
<h3 class="title">Blackbox Manager</h3>
|
||||
<h3 style="font-size:35px" class="title">Blackbox Manager</h3>
|
||||
</div>
|
||||
|
||||
<el-form-item prop="username">
|
||||
|
@ -44,6 +44,9 @@
|
|||
<el-button :loading="loading" type="primary" style="width:100%;margin-bottom:30px;" @click.native.prevent="handleLogin">登 录</el-button>
|
||||
|
||||
</el-form>
|
||||
<div align="center" class="title-container">
|
||||
<span style="font-size:10px" class="title">v0.1.2</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue