|
@@ -34,7 +34,10 @@
|
|
|
</el-form>
|
|
|
<!-- 底部 -->
|
|
|
<div class="el-login-footer">
|
|
|
- <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
|
|
|
+ <!-- <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span> -->
|
|
|
+ <div>主办单位:广西壮族自治区北部湾经济区规划建设管理办公室</div>
|
|
|
+ <div>地址: 广西南宁市青秀区中泰路11号北部湾大厦北塔 </div>
|
|
|
+ <div>备案号:桂ICP备09002920号-2</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -194,13 +197,13 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.el-login-footer {
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
+ // height: 40px;
|
|
|
+ line-height: 30px;
|
|
|
position: fixed;
|
|
|
- bottom: 0;
|
|
|
+ bottom: 1vh;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
- color: #fff;
|
|
|
+ color: #000;
|
|
|
font-family: Arial;
|
|
|
font-size: 12px;
|
|
|
letter-spacing: 1px;
|