提交 9835993d authored 作者: 游洋澄's avatar 游洋澄

页面更新

上级 dcfd8dad
...@@ -13,21 +13,19 @@ ...@@ -13,21 +13,19 @@
:options="playerOptions"></video-player> :options="playerOptions"></video-player>
</div> </div>
</a-row> </a-row>
<a-row style="height:50%;padding:15px;"> <a-row style="height:50%;">
<a-card :bordered="false" <a-col :span="10">
style="height:100%;background-color:rgba(100,100,100,0.1);"> <a-card :bordered="false"
<a-row> style="height:100%;width:65%;background-color:rgba(100,100,100,0.1);margin-left:20px;">
<a-col :span="10"> <img style="height:100%;"
<img style="maxHeight:200px;" alt="example"
alt="example" :src="currentInfo.url"
:src="currentInfo.url" /> slot="cover" />
</a-col> </a-card>
<a-col :span="14" </a-col>
style="color:#eee;"> <a-col :span="10">
{{currentInfo.timestamp}} <span >{{currentInfo.timestamp}}</span>
</a-col> </a-col>
</a-row>
</a-card>
</a-row> </a-row>
</a-col> </a-col>
<a-col :span="18" <a-col :span="18"
...@@ -59,14 +57,17 @@ ...@@ -59,14 +57,17 @@
<!-- 2 --> <!-- 2 -->
<swiper :options="swiperOption" <swiper :options="swiperOption"
ref="categorySwiper" style="height:100%;"> ref="categorySwiper"
<swiper-slide style="height:100%;" v-for="(item,index) in data1PhotoArray" style="height:100%;">
<swiper-slide style="height:100%;"
v-for="(item,index) in data1PhotoArray"
:key="index"> :key="index">
<div @click="scrollTo(index)" <div @click="scrollTo(index)"
style="display:inline-block;padding: 10px;text-align:center;"> style="display:inline-block;padding: 10px;text-align:center;">
<a-card hoverable style="height:100%;"> <a-card hoverable
style="height:100%;">
<img alt="example" <img alt="example"
style="max-height:200px;" style="max-height:200px;"
:src="item.url" :src="item.url"
slot="cover" /> slot="cover" />
<a-card-meta title="时间戳"> <a-card-meta title="时间戳">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论