05 2023 档案
摘要:先看图: 上代码:(一个vue文件) <template> <div id="zjy_l_three" style="width: 406px; height: 410px;"></div> </template> <script> export default { props: ["echarts
阅读全文
摘要:效果图: 代码如下:(直接放整个vue文件了,省事) <template> <div> <div style="width: 406px; height:220px" id="zz_r_two1"></div> <div class="xsTitle"> <div class="fang"></di
阅读全文
摘要:效果图: 1、template 内容 <div class="zsmk"> <swiper style="height: 100%" :options="gSwiper2" ref="jSwiper"> <swiper-slide v-for="(item, index) in 2" :key="i
阅读全文
摘要:效果如下 代码: <template> <div style="width: 406px; height: 190px" id="it_r_two"></div> </template> <script> export default { name: "it_r_two", data() { ret
阅读全文
摘要:首先来看效果图: 代码如下: <template> <div id="yiCdzEcharts" style="width: 130px; height: 230px;"></div> </template> <script> export default { props: ["echartsDat
阅读全文