mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
去掉底部图片
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="portal-footer" :style="`background-image:url(${this.webBaseUrl}/images/bg_foot.png)`">
|
<div class="portal-footer" >
|
||||||
|
<!-- :style="`background-image:url(${this.webBaseUrl}/images/bg_foot.png)`" -->
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<div class="center-img1" style="margin-left: 100px;"><img :src="`${this.webBaseUrl}/images/foot_center.png`"/> </div>
|
<div class="center-img1" style="margin-left: 100px;">
|
||||||
<div class="center-img2"><img :src="`${this.webBaseUrl}/images/foot_code.png`"/> </div>
|
<!-- <img :src="`${this.webBaseUrl}/images/foot_center.png`"/> -->
|
||||||
|
</div>
|
||||||
|
<div class="center-img2">
|
||||||
|
<!-- <img :src="`${this.webBaseUrl}/images/foot_code.png`"/> -->
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user