优化官网显示
This commit is contained in:
parent
284b6e3829
commit
46038891ff
@ -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>
|
||||
|
@ -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: {
|
||||
|
@ -65,6 +65,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.main {
|
||||
background: #f7f7f9;
|
||||
padding: 1em 0;
|
||||
|
||||
.container {
|
||||
background: #fff;
|
||||
|
Reference in New Issue
Block a user