[improvement] Loading: optimize jsx

This commit is contained in:
陈嘉涵
2019-05-13 20:33:22 +08:00
parent a6b429cf58
commit e2f98e59da
2 changed files with 35 additions and 32 deletions

View File

@@ -2,4 +2,5 @@ export const RED = '#f44';
export const BLUE = '#1989fa';
export const GREEN = '#07c160';
export const WHITE = '#fff';
export const GRAY = '#c9c9c9';
export const GRAY_DARK = '#969799';