Commit 8e70f7dc authored by Jenny's avatar Jenny

feat: 报错修改

parent 198372e4
<template>
<view>
<view class="merquee">
<p
:class="[elementInfo.marquee.isOpen ? 'merquee-txt' : '' ]"
:style="{
......@@ -16,36 +16,23 @@
</template>
<script>
import uniEcCanvas from '@/components/uni-ec-canvas/uni-ec-canvas'
import * as echarts from '@/components/uni-ec-canvas/echarts'
import echartElementData from '@/mixins/echartElementData.js'
let chart = null
export default {
name:"BasicText",
mixins: [echartElementData],
props: {
elementInfo: {
type: Object,
required: true
}
},
data() {
return {
defaultSpeed: 5
};
},
onReady () {
},
components: {
uniEcCanvas
},
methods: {
}
}
</script>
<style scoped lang="less">
<style lang="scss" scoped>
/* 文字滚动 */
.merquee {
word-break: break-all;
......
......@@ -52,7 +52,7 @@
}
</script>
<style lang="less" scoped>
<style lang="scss" scoped>
.normal-image {
display: flex;
flex-direction: column;
......
......@@ -89,7 +89,7 @@
}
</script>
<style scoped lang="less">
<style scoped lang="scss">
.chart-num {
width: 100%;
overflow-x: hidden;
......
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