优化官网显示

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-link>
<b-img <b-img
v-else-if="el.src" v-else-if="el.src"
id="logo"
style="width:8em;height:8em" style="width:8em;height:8em"
:src="el.src" :src="el.src"
/> />
<b-tooltip target="logo" triggers="hover" variant="light">
<b-img style="width:100%;height:auto;" :src="el.src" />
</b-tooltip>
</li> </li>
</ul> </ul>
</b-col> </b-col>

View File

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

View File

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