Commit ae7ba40b authored by xinzhedeai's avatar xinzhedeai

视频ui样式调整

parent 1ca30092
......@@ -205,7 +205,7 @@ export default {
},
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.cv-inbox {
position: relative;
height: 200px;
......
......@@ -183,7 +183,8 @@
<div>监测值</div>
<div>监测时间</div>
</div>
<vue-seamless-scroll :data="listData4huanjing" class="warp">
<!-- :class-option="classOption" -->
<vue-seamless-scroll :data="listData4huanjing" class="warp" >
<ul class="item">
<li v-for="(item, index) in listData4huanjing" :key="index">
<span class="title qixiangspan" v-text="item.items"></span>
......@@ -1003,6 +1004,9 @@ export default {
data() {
return {
// 2024-5-25 dabao
classOption: {
step: 10
},
listData4huanjing: [],
listData4gnss: [],
listData4wushui: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment