export interface CssCoordinate { /** 坐标的x轴*/ x: string; /** 坐标的y轴 */ y: string; }