03 2021 档案

react 父组件调用子组件中的方法
摘要:组件间通信除了props外还有onRef方法,不过React官方文档建议不要过度依赖ref。 //父组件 import React, { Component } from "react"; import Child from "./Child"; class Dad extends Componen 阅读全文

posted @ 2021-03-26 15:16 ranyonsue 阅读(4198) 评论(0) 推荐(0) 编辑

Echart饼图去掉Labelline标示线和label文字
摘要:itemStyle : { normal : { label : { show : false }, labelLine : { show : false } }, }, 使用方式: series: [{ name: '考生数量', type: 'pie', radius : ['50%', '70 阅读全文

posted @ 2021-03-15 15:25 ranyonsue 阅读(1658) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示