|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div id="directTwo">
|
|
|
- <el-row>
|
|
|
+ <el-row style="min-width: 1200px;">
|
|
|
<el-col :span="24" class="main">
|
|
|
<el-col :span="24" class="one">
|
|
|
<div class="w_1200">
|
|
@@ -558,6 +558,8 @@ export default {
|
|
|
height: 710px;
|
|
|
background: url('~@/assets/bj1.jpg');
|
|
|
padding: 20px 0;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
.twotop {
|
|
|
margin: 0 0 10px 0;
|
|
|
.left {
|