init
This commit is contained in:
18
uni_modules/nutui-uni/components/ellipsis/index.scss
Normal file
18
uni_modules/nutui-uni/components/ellipsis/index.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.nut-ellipsis {
|
||||
display: flex;
|
||||
|
||||
.nut-ellipsis__text {
|
||||
display: inline;
|
||||
color: $ellipsis-expand-collapse-color;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
.nut-ellipsis__wordbreak {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.nut-ellipsis__copy {
|
||||
position: absolute;
|
||||
top: -999999px;
|
||||
}
|
||||
Reference in New Issue
Block a user