|
|
@@ -1,20 +1,24 @@
|
|
|
.overview-title {
|
|
|
- display: flex!important;
|
|
|
- align-items: center;
|
|
|
+ display: flex !important;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.overview-title::before {
|
|
|
- content: "";
|
|
|
- margin-right: 10px;
|
|
|
- display: block;
|
|
|
- width: 6px;
|
|
|
- height: 20px;
|
|
|
- border-radius: 3px;
|
|
|
- background-color: #00c0ff;
|
|
|
+ content: "";
|
|
|
+ margin-right: 10px;
|
|
|
+ display: block;
|
|
|
+ width: 6px;
|
|
|
+ height: 20px;
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: #00c0ff;
|
|
|
}
|
|
|
|
|
|
.margin-top-20 {
|
|
|
- margin-top: 1.2em;
|
|
|
+ margin-top: 1.2em;
|
|
|
}
|
|
|
.err-table .ant-table-cell {
|
|
|
padding-left: 0 !important;
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+.ant-typography-secondary {
|
|
|
+ display: inline-block;
|
|
|
+}
|