登录页修改

main
zsk 2 years ago
parent 2216da1ff9
commit 491bea0aa9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 83 KiB

@ -118,7 +118,7 @@
<a-modal destroyOnClose ref="modalRef" v-model:open="tableDetail.isShow" title="持股详情" width="1200px" :bodyStyle="{ 'border-radius': '4px'}">
<div class="g_pt_8 g_pb_16" style=" overflow-y: auto">
<div class="g_float_right">
<a href="http://a.matripe.com.cn/api_stock/admin/user/stock/record/download">
<a href="//a.matripe.com.cn/api_stock/admin/user/stock/record/download">
<a-button class="g_mr_12">
<template #icon>
<DownloadOutlined />

@ -70,7 +70,7 @@
<div class="g_pt_18 g_pl_24 g_pr_24 g_pb_12 g_flex_row_between">
<div class="g_fw_600">股权结构</div>
<div>
<a href="http://a.matripe.com.cn/api_stock/admin/stock/structure/download">
<a href="//a.matripe.com.cn/api_stock/admin/stock/structure/download">
<a-button> <DownloadOutlined class="" />导出模版</a-button>
</a>
<a-upload :action="baseUrl + '/admin/stock/structure/import'" accept=".xlsx, .xls, .xlsm, .xltx, .xltm" @change="getFileInfo">
@ -93,7 +93,7 @@
<div class="g_pt_18 g_pl_24 g_pr_24 g_pb_12 g_flex_row_between">
<div class="g_fw_600">增资扩股变化</div>
<div>
<a href="http://a.matripe.com.cn/api_stock/admin/stock/change/download">
<a href="//a.matripe.com.cn/api_stock/admin/stock/change/download">
<a-button> <DownloadOutlined class="" />导出模版</a-button>
</a>
<a-upload :action="baseUrl + '/admin/stock/change/import'" accept=".xlsx, .xls, .xlsm, .xltx, .xltm" @change="getMoreInfo">

@ -6,7 +6,7 @@
<div class="contentright">
<div class="contentbox">
<div class="g_text_c g_mt_40">
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/ibocai/loginLogo.svg" style="width: 74px; text-align: center" alt />
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/ibocai/maitianLogo.png" style="width:48px; text-align: center" alt />
</div>
<ul class="loginchange centerall g_flex_row_center g_mt_30 g_mb_24">
<!-- <li class="g_pb_4 g_fs_14 g_fw_600 g_mr_52" :class="{ loginactive: loginType === 1 }" @click="loginType = 1">密码登录</li>
@ -23,13 +23,13 @@
</a-input>
</a-form-item>
<a-form-item class label=" " name="password" :rules="[{ required: true, message: '请输入密码' }]">
<a-input v-model:value="loginInfo.password" type="password" size="large" class="g_fs_14 g_h_36" :maxLength="11" placeholder="请输入密码">
<a-input v-model:value="loginInfo.password" type="password" size="large" class="g_fs_14 g_h_36" placeholder="请输入密码">
<template #prefix>
<i class="iconfont icon-mima g_lh_1 g_fsi_24" />
</template>
</a-input>
</a-form-item>
<div @click="showModal" class="g_fs_12 g_text_r g_pr_24 g_cursor_point" style="transform: translateY(-16px)">忘记密码</div>
<div @click="showModal" class="g_fs_12 g_text_r g_pr_24 g_cursor_point" style="transform: translateY(-16px)">&nbsp;</div>
</div>
<div class="g_mb_51" v-else>
<a-form-item class label=" " name="tel" :rules="[{ required: true, message: '请输入手机号' }]">

Loading…
Cancel
Save