优化
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</el-form-item>
|
||||
<!-- DEV-START -->
|
||||
<el-form-item label-width="0" v-if="env == 'development'">
|
||||
<div class="tips" style="font-size: 16px;color: #333;">快捷输入账号</div>
|
||||
<div class="tips" style="font-size: 16px;color: #333;">开发版快捷登录</div>
|
||||
<div class="btn_wrap" style="display: flex;gap: 10px;flex-wrap: wrap;">
|
||||
<el-button :type="item.type" v-for="item in accountList" @click="accountHandle(item)">
|
||||
{{ item.label }}
|
||||
|
||||
Reference in New Issue
Block a user