mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 17:26:43 +08:00
去掉底部图片
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
<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-img1" style="margin-left: 100px;"><img :src="`${this.webBaseUrl}/images/foot_center.png`"/> </div>
|
||||
<div class="center-img2"><img :src="`${this.webBaseUrl}/images/foot_code.png`"/> </div>
|
||||
<div class="center-img1" style="margin-left: 100px;">
|
||||
<!-- <img :src="`${this.webBaseUrl}/images/foot_center.png`"/> -->
|
||||
</div>
|
||||
<div class="center-img2">
|
||||
<!-- <img :src="`${this.webBaseUrl}/images/foot_code.png`"/> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user