Commit 5e3c684e authored by 陈龙's avatar 陈龙

fix: 修复路径错误

parent 19c68c15
import moment from 'moment'; import moment from 'moment';
import _, {isArray} from 'lodash'; import _, {isArray} from 'lodash';
import maxIcon from '../src/assets/最大实心.svg'; import maxIcon from './assets/最大实心.svg';
import minIcon from '../src/assets/最小实心.svg'; import minIcon from './assets/最小实心.svg';
/** 轴宽度, 用于计算多轴显示时, 轴线偏移和绘图区域尺寸 */ /** 轴宽度, 用于计算多轴显示时, 轴线偏移和绘图区域尺寸 */
const AXIS_WIDTH = 40; const AXIS_WIDTH = 40;
......
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