@@ -1,7 +1,11 @@
<template>
<div id="top">
<el-row>
- <el-col :span="24" class="top" :style="`background: url('${topInfo && topInfo.banner ? topInfo.banner : ''} ') center center;min-height:300px;`">
+ <el-col
+ :span="24"
+ class="top"
+ :style="`background: url('${topInfo && topInfo.banner ? topInfo.banner : ''} ') center center no-repeat;min-height:300px;background-size: cover;`"
+ >
<div class="w_1200">
<el-col :span="2">
<el-image style="width:100px;height:100px" :src="topInfo.logo" v-if="topInfo && topInfo.logo"></el-image>