Commit 62406f36 by chehuidong

bug

parent 1f1abf71
<template>
<div class="page_main">
<div class="content">
暂不支持该授权方式,请
<br />
<a href="/">登录ERP</a>
进行授权
</div>
</div>
</template>
<script>
export default {}
</script>
<style scoped>
.page_main {
width: 100%;
height: 100%;
position: relative;
background: url(../assets/contact.jpg) center / cover no-repeat;
}
.content {
position: absolute;
top: 50%;
right: 33.33%;
color: #fff;
font-size: 40px;
line-height: 60px;
transform: translate(50%, -50%);
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment