diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-04-04 07:57:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-04 07:57:01 +0000 |
commit | 0a42f3237519f65c103318cff8e19155117ea898 (patch) | |
tree | 0de277235e177a5fcadc6d6ef7f41912c9e7eac1 /usecaseui-portal/src/app/alarm/alarm.component.ts | |
parent | 97c18e70d0d79dedc07118a2ceef20fc41d7ac48 (diff) | |
parent | e5373722e30a8d33070a8ea9c304836673893d93 (diff) |
Merge "Modify the overall code lincence and comments"
Diffstat (limited to 'usecaseui-portal/src/app/alarm/alarm.component.ts')
-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, |