摘要: Echarts 3D饼图 1、3D饼图调用代码 <script> import $statisticalChart from 'common/js/echartsUtil/statisticalChart.js'; </script> mounted() { this.init(); }, meth 阅读全文
posted @ 2025-07-18 16:08 慕容冰菡 阅读(70) 评论(0) 推荐(0)
摘要: Error: Component series.surface not exists. Load it first. 场景:使用3D图时,报错:Error: Component series.surface not exists. Load it first. 解决办法: 1、先检查是否安装了ech 阅读全文
posted @ 2025-07-18 16:07 慕容冰菡 阅读(23) 评论(0) 推荐(0)
摘要: 3D旋转 + SVG路径动画 + 左右按钮控制 一、代码示例 <template> <div> <div class="container"> <!-- 3D场景 --> <div class="scene"> <div class="carousel" id="carousel"> <!-- 菜单 阅读全文
posted @ 2025-07-14 11:29 慕容冰菡 阅读(25) 评论(0) 推荐(0)
摘要: 3D旋转 + SVG路径动画 注:涉及到图片的位置需要替换图片换成自己的路径 <template> <div> <!-- 封面 --> <div v-if="!iframeShow" class="faHomePage"> <div class="faTitle"> <span class="fa_ 阅读全文
posted @ 2025-07-03 10:16 慕容冰菡 阅读(14) 评论(0) 推荐(0)
摘要: idea的Git项目没有push按钮 问题描述:默认配置的只有pull和commit按钮,没有push按钮 一、在项目中右键找到Git【不推荐,太麻烦】 二、在commit的时候选择Commit and Push 三、配置Push快捷键【推荐】 1、按步骤找到对应文件 、 2、点击加号,Add Ac 阅读全文
posted @ 2025-04-17 09:20 慕容冰菡 阅读(35) 评论(0) 推荐(0)
摘要: vue轮播图 一、通过插件实现轮播 <template> <div class="content_homePage"> <div class="banner_image"> <el-carousel :interval="5000" arrow="always" indicator-position 阅读全文
posted @ 2025-04-02 08:39 慕容冰菡 阅读(23) 评论(0) 推荐(0)
摘要: uniapp 开发微信小程序自定义背景图与导航栏 1、page.json中使用custom自定义导航栏 { "path": "pages/store/store", "style": { "navigationBarTitleText": "店铺详情", "navigationStyle": "cu 阅读全文
posted @ 2025-03-12 23:15 慕容冰菡 阅读(243) 评论(0) 推荐(0)
摘要: 项目里如何引入阿里巴巴矢量图标库-iconfont 一、搜索或者直接选择自己想要的图标类型(地址:https://www.iconfont.cn/) 二、选中想要的图标,加入购物车,可以选择多个 三、点击购物车可以将选择的图标加入原有项目,也可以新建项目 四、确定之后,选择下载至本地(下载后的图标是 阅读全文
posted @ 2025-03-07 18:42 慕容冰菡 阅读(207) 评论(0) 推荐(0)
摘要: 小程序左侧菜单 <template> <view class="classify-container"> <view class="container-header"> <swiper :indicator-dots="true" :autoplay="true" :interval="3000" 阅读全文
posted @ 2025-02-24 08:40 慕容冰菡 阅读(24) 评论(0) 推荐(0)
摘要: HTML 特殊字符符号大全 一、常见特殊符号 HTML 原代码 显示结果 描述 &lt; < 小于号或显示标记 &gt; > 大于号或显示标记 &amp; & 可用于显示其它特殊字符 &quot; “ 引号 &reg; ® 已注册 &copy; © 版权 &trade; ™ 商标 &ensp; 半个 阅读全文
posted @ 2025-01-08 08:37 慕容冰菡 阅读(230) 评论(0) 推荐(0)