|
@@ -37,10 +37,10 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="5" class="right">
|
|
|
+ <el-col :span="6" class="right">
|
|
|
<el-col :span="24" class="title">
|
|
|
- <el-col :span="24" class="left">成果展示 </el-col>
|
|
|
- <el-col :span="24" class="right" @click="toMore(0)"> 查看更多</el-col>
|
|
|
+ <el-col :span="18" class="left">成果展示 </el-col>
|
|
|
+ <el-col :span="6" class="right" @click="toMore(0)"> 查看更多</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="content">
|
|
|
<a-timeline>
|
|
@@ -55,8 +55,8 @@
|
|
|
</a-timeline>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="title">
|
|
|
- <el-col :span="24" class="left">项目精选 </el-col>
|
|
|
- <el-col :span="24" class="right" @click="toMore(1)"> 查看更多</el-col>
|
|
|
+ <el-col :span="18" class="left">项目精选 </el-col>
|
|
|
+ <el-col :span="6" class="right" @click="toMore(1)"> 查看更多</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="content">
|
|
|
<a-timeline>
|
|
@@ -263,7 +263,6 @@ const sizeChange = (limits) => {
|
|
|
width: 300px;
|
|
|
height: 64px;
|
|
|
padding-left: 21px;
|
|
|
- padding-right: 5px;
|
|
|
box-sizing: border-box;
|
|
|
margin-bottom: 7px;
|
|
|
.left {
|
|
@@ -276,6 +275,7 @@ const sizeChange = (limits) => {
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
.right {
|
|
|
+ text-align: right;
|
|
|
font-size: 14px;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|