|
@@ -1,12 +1,5 @@
|
|
|
@import "~antd/lib/style/themes/default.less";
|
|
@import "~antd/lib/style/themes/default.less";
|
|
|
|
|
|
|
|
-.textOverflow() {
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
- word-break: break-all;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.numberInfo {
|
|
.numberInfo {
|
|
|
.suffix {
|
|
.suffix {
|
|
|
color: @text-color;
|
|
color: @text-color;
|
|
@@ -25,12 +18,18 @@
|
|
|
font-size: @font-size-base;
|
|
font-size: @font-size-base;
|
|
|
height: 22px;
|
|
height: 22px;
|
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
|
- .textOverflow();
|
|
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ word-break: break-all;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
.numberInfoValue {
|
|
.numberInfoValue {
|
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|
|
|
font-size: 0;
|
|
font-size: 0;
|
|
|
- .textOverflow();
|
|
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ word-break: break-all;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
& > span {
|
|
& > span {
|
|
|
color: @heading-color;
|
|
color: @heading-color;
|
|
|
display: inline-block;
|
|
display: inline-block;
|