forked from fanruan/fineui
qcc
6 years ago
12 changed files with 38 additions and 20 deletions
@ -1,6 +1,6 @@ |
|||||||
@import "../../index"; |
@import "../../index"; |
||||||
|
|
||||||
.bi-label { |
.bi-label { |
||||||
.overflow-dot(); |
.overflow-hidden(); |
||||||
word-break: break-all; |
word-break: break-all; |
||||||
} |
} |
@ -1,7 +1,7 @@ |
|||||||
@import "../../index"; |
@import "../../index"; |
||||||
|
|
||||||
.bi-text { |
.bi-text { |
||||||
.overflow-dot(); |
.overflow-hidden(); |
||||||
.box-sizing(border-box); |
.box-sizing(border-box); |
||||||
// BI-9141 加的,但是去掉后在firefox下没有问题,先去掉以适配ie9 |
// BI-9141 加的,但是去掉后在firefox下没有问题,先去掉以适配ie9 |
||||||
word-break: break-word; |
word-break: break-word; |
||||||
|
Loading…
Reference in new issue