diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-03 18:13:54 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-03 18:14:02 +0800 |
commit | e5373722e30a8d33070a8ea9c304836673893d93 (patch) | |
tree | 550698c764ecc280a210a03e9a4a4b2c98905f8a /usecaseui-portal/src/app/alarm | |
parent | d5f7ee6e80bb55f2baf89ee5e669ef6829fd20fd (diff) |
Modify the overall code lincence and comments
Change-Id: I821814d97f9e8b8b683d0a2850ea73a104118fd9
Issue-ID: USECASEUI-212
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/alarm')
-rw-r--r-- | usecaseui-portal/src/app/alarm/alarm.component.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/alarm/alarm.component.ts b/usecaseui-portal/src/app/alarm/alarm.component.ts index b8b9d4f3..5d479020 100644 --- a/usecaseui-portal/src/app/alarm/alarm.component.ts +++ b/usecaseui-portal/src/app/alarm/alarm.component.ts @@ -241,9 +241,9 @@ export class AlarmComponent implements OnInit { x2: 0, y2: 1, colorStops: [{ - offset: 0, color: '#FB7788' // 0% 处的颜色 + offset: 0, color: '#FB7788' }, { - offset: 1, color: '#FB93C2' // 100% 处的颜色 + offset: 1, color: '#FB93C2' }], }, opacity: 1, @@ -266,9 +266,9 @@ export class AlarmComponent implements OnInit { x2: 0, y2: 1, colorStops: [{ - offset: 0, color: '#7A8BAE' // 0% 处的颜色 + offset: 0, color: '#7A8BAE' }, { - offset: 1, color: '#A6BFE4' // 100% 处的颜色 + offset: 1, color: '#A6BFE4' }], }, opacity: 1, |