summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/services/services-list/services-list.component.css
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2018-11-02 10:21:26 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2018-11-02 10:22:59 +0800
commit4d526a0771ad93b1ab9807b413ad33f5b28fc8f6 (patch)
treeaf714a9327cadd430ea50b9cb683ef628f4e49e7 /usecaseui-portal/src/app/services/services-list/services-list.component.css
parent6ed5c54be2d443aca028cb6f74c37263ce2ab956 (diff)
delete nsService function
Change-Id: Ied7b698ee77084e57fc2b7f36aa4aef1b47ed291 Issue-ID: USECASEUI-161 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/services/services-list/services-list.component.css')
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.css34
1 files changed, 11 insertions, 23 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.css b/usecaseui-portal/src/app/services/services-list/services-list.component.css
index 63426fd9..1f9d051a 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.css
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.css
@@ -96,6 +96,14 @@ hr {
font-size: 12px;
color: green;
}
+.list nz-table tbody td span.stopping {
+ font-size: 12px;
+ color: purple;
+}
+.list nz-table tbody td span.healing {
+ font-size: 12px;
+ color: orangered;
+}
.list nz-table tbody td i.anticon {
cursor: pointer;
font-size: 18px;
@@ -104,34 +112,14 @@ hr {
.list nz-table tbody td i.anticon:hover {
color: #147dc2;
}
-.list nz-table tbody tr.childtr td {
- font-size: 12px;
- color: #147dc2;
-}
-.list nz-table.table2 tr td {
- padding: 10px 8px;
-}
-.list nz-table.table2 tr td span.action {
- color: #3fa8eb;
- cursor: pointer;
- padding: 5px;
-}
-.list nz-table.table2 tr td span.cannotclick {
+.list nz-table tbody td .cannotclick {
pointer-events: none;
color: #aaa;
opacity: 0.6;
}
-.list nz-table.table2 tr td span.deleting {
- color: red;
- font-size: 12px;
- display: block;
- height: 12px;
-}
-.list nz-table.table2 tr td span.creating {
- color: #3fa8eb;
+.list nz-table tbody tr.childtr td {
font-size: 12px;
- display: block;
- height: 12px;
+ color: #147dc2;
}
.detailComponent {
position: absolute;