|
@@ -18,14 +18,14 @@
|
|
:key="item"
|
|
:key="item"
|
|
@click="toDetail(item)"
|
|
@click="toDetail(item)"
|
|
>
|
|
>
|
|
- <el-col :span="8" class="imgs">
|
|
|
|
|
|
+ <div class="imgs">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<template #placeholder>
|
|
<template #placeholder>
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
</template>
|
|
</template>
|
|
</el-image>
|
|
</el-image>
|
|
- </el-col>
|
|
|
|
- <el-col :span="16" class="mess">
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mess">
|
|
<!-- item.ext.title -->
|
|
<!-- item.ext.title -->
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<!-- item.txt.txt -->
|
|
<!-- item.txt.txt -->
|
|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
<!-- item.ext.release_date -->
|
|
<!-- item.ext.release_date -->
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
- </el-col>
|
|
|
|
|
|
+ </div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -47,19 +47,19 @@
|
|
:key="item"
|
|
:key="item"
|
|
@click="toDetail(item)"
|
|
@click="toDetail(item)"
|
|
>
|
|
>
|
|
- <el-col :span="8" class="imgs">
|
|
|
|
|
|
+ <div class="imgs">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<template #placeholder>
|
|
<template #placeholder>
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
</template>
|
|
</template>
|
|
</el-image>
|
|
</el-image>
|
|
- </el-col>
|
|
|
|
- <el-col :span="16" class="mess">
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div :span="16" class="mess">
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<!-- <el-col :span="24" class="brief" v-html="getProp(item, 'brief')"></el-col> -->
|
|
<!-- <el-col :span="24" class="brief" v-html="getProp(item, 'brief')"></el-col> -->
|
|
<el-col :span="24" class="brief">{{ getContent(getProp(item, 'brief')) }}</el-col>
|
|
<el-col :span="24" class="brief">{{ getContent(getProp(item, 'brief')) }}</el-col>
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
- </el-col>
|
|
|
|
|
|
+ </div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -72,19 +72,19 @@
|
|
:key="item"
|
|
:key="item"
|
|
@click="toDetail(item)"
|
|
@click="toDetail(item)"
|
|
>
|
|
>
|
|
- <el-col :span="8" class="imgs">
|
|
|
|
|
|
+ <div class="imgs">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<template #placeholder>
|
|
<template #placeholder>
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
</template>
|
|
</template>
|
|
</el-image>
|
|
</el-image>
|
|
- </el-col>
|
|
|
|
- <el-col :span="16" class="mess">
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div :span="16" class="mess">
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<!-- <el-col :span="24" class="brief" v-html="getProp(item, 'brief')"></el-col> -->
|
|
<!-- <el-col :span="24" class="brief" v-html="getProp(item, 'brief')"></el-col> -->
|
|
<el-col :span="24" class="brief">{{ getContent(getProp(item, 'brief')) }}</el-col>
|
|
<el-col :span="24" class="brief">{{ getContent(getProp(item, 'brief')) }}</el-col>
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
- </el-col>
|
|
|
|
|
|
+ </div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -97,19 +97,19 @@
|
|
:key="item"
|
|
:key="item"
|
|
@click="toDetail(item)"
|
|
@click="toDetail(item)"
|
|
>
|
|
>
|
|
- <el-col :span="8" class="imgs">
|
|
|
|
|
|
+ <div class="imgs">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<el-image class="images" :src="getProp(item, 'url')">
|
|
<template #placeholder>
|
|
<template #placeholder>
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
<el-image class="images" src="zxzx.jpg" />
|
|
</template>
|
|
</template>
|
|
</el-image>
|
|
</el-image>
|
|
- </el-col>
|
|
|
|
- <el-col :span="16" class="mess">
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mess">
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<el-col :span="24" class="title textOver">{{ getProp(item, 'title') }}</el-col>
|
|
<!-- <el-col :span="24" class="brief" v-html="getProp(item, 'brief')"></el-col> -->
|
|
<!-- <el-col :span="24" class="brief" v-html="getProp(item, 'brief')"></el-col> -->
|
|
<el-col :span="24" class="brief">{{ getContent(getProp(item, 'brief')) }}</el-col>
|
|
<el-col :span="24" class="brief">{{ getContent(getProp(item, 'brief')) }}</el-col>
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
<el-col :span="24" class="date">{{ getProp(item, 'date') }}</el-col>
|
|
- </el-col>
|
|
|
|
|
|
+ </div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -246,6 +246,7 @@ const toDetail = (data: any) => {
|
|
.mess {
|
|
.mess {
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ width: 570px;
|
|
|
|
|
|
.title {
|
|
.title {
|
|
color: rgb(25, 25, 26);
|
|
color: rgb(25, 25, 26);
|