feat(ShareSheet): support multil line

This commit is contained in:
chenjiahan
2020-04-09 13:09:32 +08:00
committed by neverland
parent 68164e64cf
commit 1e2325c006
6 changed files with 163 additions and 12 deletions
+10
View File
@@ -18,6 +18,16 @@
transform: scale(0.5);
}
.hairline-top(@color: @border-color, @left: 0) {
.hairline-common();
top: 0;
right: 0;
left: @left;
border-top: 1px solid @color;
transform: scaleY(0.5);
}
.hairline-bottom(@color: @border-color, @left: 0) {
.hairline-common();