- 博客(10)
- 收藏
- 关注
原创 css样式问题之fixed元素z-index失效
一个fixed元素,设置了z-index:999,实际显示时却被层级更低的元素压住,怎么调整z-index都没有用
2025-12-24 11:23:32
109
原创 echarts使用之title自定义
echarts圆环图title自定义title:{ text:`{title|未完成任务数}\n{value|3}{unit|个}`, textStyle:{ rich:{ title:{ fontSize:10, color:'#999', padding:[0,0,1,0] }, value:{ color:"#5ed6ae", fontSize:20 }, unit:{ fontSize:12, colo
2021-11-03 16:27:53
4232
原创 echarts使用之label自定义
echarts饼图label自定义样式series:[{ label:{ formatter: "{name|{b}}\n{value|{d}%}", rich:{ name:{ fontSize:12, color:"#666" }, value:{ fontSize:18, color:"#5c8ef3" } } }}]
2021-11-03 11:28:06
11575
原创 微信小程序开发之组件
组件一、创建二、引用1.json配置2.读入数据传参事件插槽使用全局样式向外暴露class总结提示:以下是本篇文章正文内容,下面案例可供参考一、创建在“components”文件夹下新建文件夹如:“search-box”然后右键新建Component,生成4个文件如:index.js 、index.json 、index.wxml 、index.wxss。打开index.json,生成的代码如下:{ "component": true, "usingComponents": {}}
2021-03-29 18:36:55
694
原创 ElementUI
el-cascader 页面抖动页面结构是el-cascader与el-input等表单组件都被el-form包裹在浏览器中el-cascader选择器,多选择几个换行后造成页面抖动用控制台查看元素,发现选择器外层元素高度抖动造成此问题的原因是外层el-form统一设置了size=“mini”,去掉这个设置就好了...
2021-03-26 14:46:03
671
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1