const Dot = ({ size, x, y, children, color }) => ( <div className={css(styles.root, { borderBottomColor: color, borderRightWidth: `${size / 2}px`, ...
確定! 回上一頁