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

页面更新

上级 dcfd8dad
...@@ -13,22 +13,20 @@ ...@@ -13,22 +13,20 @@
: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"
style="height:100%;background-color:rgba(100,100,100,0.1);">
<a-row>
<a-col :span="10"> <a-col :span="10">
<img style="maxHeight:200px;" <a-card :bordered="false"
style="height:100%;width:65%;background-color:rgba(100,100,100,0.1);margin-left:20px;">
<img style="height:100%;"
alt="example" alt="example"
:src="currentInfo.url" /> :src="currentInfo.url"
slot="cover" />
</a-card>
</a-col> </a-col>
<a-col :span="14" <a-col :span="10">
style="color:#eee;"> <span >{{currentInfo.timestamp}}</span>
{{currentInfo.timestamp}}
</a-col> </a-col>
</a-row> </a-row>
</a-card>
</a-row>
</a-col> </a-col>
<a-col :span="18" <a-col :span="18"
style="height:100%;padding:15px;"> style="height:100%;padding:15px;">
...@@ -59,12 +57,15 @@ ...@@ -59,12 +57,15 @@
<!-- 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"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论