|
@@ -10,6 +10,11 @@
|
|
|
padding: 8px 10px;
|
|
|
border: 1px solid #e1e5eb;
|
|
|
}
|
|
|
+.line-text {
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
/* report */
|
|
|
.report {
|
|
|
background-color: #f0f0f0;
|
|
@@ -275,6 +280,10 @@
|
|
|
padding: 8px 12px;
|
|
|
line-height: 21px;
|
|
|
margin-right: 5px;
|
|
|
+ max-width: 320px;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
.summary-tabs-item:nth-of-type(2) {
|
|
|
background: rgba(68, 215, 182, 0.2);
|