优化官网显示

This commit is contained in:
lVAL 2021-01-07 17:48:50 +08:00
parent 284b6e3829
commit 46038891ff
3 changed files with 6 additions and 8 deletions

View File

@ -17,9 +17,14 @@
</b-link>
<b-img
v-else-if="el.src"
id="logo"
style="width:8em;height:8em"
:src="el.src"
/>
<b-tooltip target="logo" triggers="hover" variant="light">
<b-img style="width:100%;height:auto;" :src="el.src" />
</b-tooltip>
</li>
</ul>
</b-col>

View File

@ -22,18 +22,13 @@
>
</b-carousel-slide>
</b-carousel>
<e-button-group :buttonList="buttonList" />
</div>
</template>
<script>
import eButtonGroup from "@/components/eButtonGroup/index.vue";
import image1 from "@/assets/propaganda/image.jpg";
export default {
components: {
eButtonGroup
},
data() {
return {
slide: 0,
@ -48,9 +43,6 @@ export default {
href: ""
}
];
},
buttonList() {
return [];
}
},
methods: {

View File

@ -65,6 +65,7 @@ export default {
<style lang="scss" scoped>
.main {
background: #f7f7f9;
padding: 1em 0;
.container {
background: #fff;