|
@@ -1,9 +1,10 @@
|
|
|
<template>
|
|
|
<div class="login-container">
|
|
|
<div class="login-form">
|
|
|
- <h3>
|
|
|
- <img src="../assets/logo.png" width="250" height="38"/>
|
|
|
- </h3>
|
|
|
+ <h3 style="display:flex;justify-content: center;flex-direction:row;align-items: center;">
|
|
|
+ <img src="../assets/rccslogo.png" height="60"/>
|
|
|
+ <span style="margin-left:5px;font-size: 28px;color:rgb(64,158,255);">荆州人才超市保险服务平台</span>
|
|
|
+ </h3>
|
|
|
<el-card class="box-card">
|
|
|
<h3 class="title">荆州人才超市保险服务平台-管理端</h3>
|
|
|
<el-form
|