|
@@ -4,7 +4,7 @@ import Geometry from './Geometry.js'
|
|
|
export default class Cell extends Geometry {
|
|
|
constructor(parent,vectorId) {
|
|
|
super()
|
|
|
- this.width = 60; //每个格子默认宽度是60像素
|
|
|
+ this.width = 90; //每个格子默认宽度是60像素
|
|
|
this.height = 24; //每个格子默认高度是24像素
|
|
|
this.value = "";
|
|
|
this.colIndex = 0;
|