Skip to content

Commit

Permalink
chore: fix docs (Tencent#1313)
Browse files Browse the repository at this point in the history
* chore: fix docs

* chore: format
  • Loading branch information
uyarn authored and oljc committed May 9, 2023
1 parent f52af34 commit 90a983d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/api/tag.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Tag
description: Definition: Tags are commonly used for marking, categorizing and selecting.
description: Tags are commonly used for marking, categorizing and selecting.
isComponent: true
usage: { title: '', description: '' }
spline: data
Expand Down
6 changes: 6 additions & 0 deletions style/mobile/components/back-top/v2/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
width: @back-top-round-width;
height: @back-top-round-width;
border-radius: @back-top-round-border-radius;

&::after {

.hairline(@back-top-round-border-color);

border-radius: @back-top-round-border-radius;
}
}
Expand All @@ -49,8 +52,11 @@
border-radius: @back-top-half-round-border-radius 0 0 @back-top-half-round-border-radius;
flex-direction: row;
right: 0;

&::after {

.hairline(@back-top-round-border-color);

border-radius: @back-top-half-round-border-radius 0 0 @back-top-half-round-border-radius;
}
}
Expand Down

0 comments on commit 90a983d

Please sign in to comment.