@@ -5,7 +5,7 @@ | |||
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
<title>菊城人才市场后台管理</title> | |||
<script type="module" crossorigin src="/assets/index-OCd_JVu3.js"></script> | |||
<script type="module" crossorigin src="/assets/index-AKeHTq0B.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-EE_SYqet.css"> | |||
</head> | |||
<body> |
@@ -54,7 +54,7 @@ | |||
</a-col> | |||
<a-col span="8"> | |||
<a-form-item> | |||
<a-button size="large" type="primary" block size="large" @click="sendCode" | |||
<a-button type="primary" block size="large" @click="sendCode" | |||
:disabled="state.disabled"> | |||
{{ state.codeTxt }}</a-button> | |||
</a-form-item> | |||
@@ -69,7 +69,7 @@ | |||
</a-row> --> | |||
<a-row> | |||
<a-col :span="24"> | |||
<a-button @click="toLogin" style="width: 100%;" type="primary">登录</a-button> | |||
<a-button size="large" @click="toLogin" style="width: 100%;" type="primary">登录</a-button> | |||
</a-col> | |||
</a-row> | |||
</a-space> |