|
@@ -2,13 +2,13 @@
|
|
|
<div class="login-box">
|
|
|
<div class="login-logo">
|
|
|
<!-- <svg-icon name="logo" :size="45" />-->
|
|
|
- <img src="~@/assets/images/logo-login.png" width="75" />
|
|
|
- <h1 class="mb-0 ml-2 text-3xl font-bold" style="font-size: 2.675rem;">广东云浮中医药职业学院实习管理系统</h1>
|
|
|
+<!-- <img src="~@/assets/images/logo-login.png" width="75" />-->
|
|
|
+ <h1 class="mb-0 ml-2 text-3xl font-bold" style="font-size: 2.675rem;">惠州就业驿站</h1>
|
|
|
</div>
|
|
|
<a-form layout="horizontal" :model="state.formInline" @submit.prevent="handleSubmit" style="border: 1px solid #f0f0f0;width: 600px;height: 400px;padding: 100px;">
|
|
|
<div style="width: 400px;height: 400px; border-radius: 10px;">
|
|
|
<a-form-item>
|
|
|
- <a-input v-model:value="state.formInline.username" size="large" placeholder="请输入工号/学号">
|
|
|
+ <a-input v-model:value="state.formInline.username" size="large" placeholder="请输入帐号">
|
|
|
<template #prefix><user-outlined type="user" /></template>
|
|
|
</a-input>
|
|
|
</a-form-item>
|