feat:fix color ts and listdemo refact

This commit is contained in:
pengfei.zhou
2019-11-20 09:38:54 +08:00
parent 1b23dbd653
commit 412b65c864
2 changed files with 25 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ export class Color implements Modeling {
_value: number = 0
constructor(v: number) {
this._value = v
this._value = v | 0x0
}
static parse(str: string) {