no message

Former-commit-id: e38ae2a500eb5e6e940012c7bcdce36ceb290830 [formerly e38ae2a500eb5e6e940012c7bcdce36ceb290830 [formerly e38ae2a500eb5e6e940012c7bcdce36ceb290830 [formerly e38ae2a500eb5e6e940012c7bcdce36ceb290830 [formerly 665c7f37b7865f504602011c015e0c63be0c9cf1 [formerly 9ae5b6f8ebe3c42dfde2c3762ad69204003e27a5]]]]]
Former-commit-id: 8aff3018b430d7ddca293ce9f9dbdeb5e3ea56e9
Former-commit-id: 62b9ff3353f96e3e136ced0657e7776b10973767
Former-commit-id: 6c2467d43ce3a3c62bd59f927e731f50b9da8f2c [formerly ddd4945cb07ec830065d7ae9893b6badbe1e47d5]
Former-commit-id: ef6262239d352fb2c0bdd84f82a2bae873a94546
Former-commit-id: 7e8b514df9a6722e469578a98ba2bdf027cafae6
Former-commit-id: 2b17e81ea572402951fd8a181500d215368c9fe1
Former-commit-id: 70a34fdf619b2e9277787b2d1c7b7da4fd28da99
Former-commit-id: e7524fc7b102a4451ae39580b7339048eea8a3a7
This commit is contained in:
liyang
2018-09-13 17:40:33 +08:00
parent e4cb7d897d
commit e38532a11f

View File

@@ -28,12 +28,12 @@
</template>
</el-input>
</el-form-item>
<el-button @click="submit" type="primary" class="button-login">登录</el-button>
<el-button size="default" @click="submit" type="primary" class="button-login">登录</el-button>
</el-form>
</el-card>
</div>
<!-- 快速登录按钮 -->
<el-button type="info" class="button-help" @click="dialogVisible = true">
<el-button size="default" type="info" class="button-help" @click="dialogVisible = true">
快速选择用户测试功能
</el-button>
</div>