* Add detail view of instance module.

This commit is contained in:
zhaoke
2023-07-21 17:40:04 +08:00
parent fa410ab0ff
commit d851fc5783
7 changed files with 185 additions and 30 deletions
+15
View File
@@ -0,0 +1,15 @@
.detail-header .icon-info-sign {color: rgba(var(--color-secondary-500-rgb),var(--tw-bg-opacity));}
#dynamicPager {justify-content: flex-end;}
#dynamicPager .ghost {color: rgb(131, 138, 157);}
#dynamicTable a {color: inherit;}
.progress-container i {margin: auto; margin-right: 6px;}
.progress-container .progress {margin: auto; width: 200px; height: .7rem; margin-left: 6px; margin-right: 15px;}
.label-dot {
display: inline-block;
width: 8px;
height: 8px;
padding: 0;
line-height: 20px;
text-indent: -9999em;
border-radius: 50%;
}