更新:登录功能
This commit is contained in:
10
uni_modules/wot-design-uni/components/wd-row/index.scss
Normal file
10
uni_modules/wot-design-uni/components/wd-row/index.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
@import '../common/abstracts/variable';
|
||||
@import '../common/abstracts/mixin';
|
||||
|
||||
@include b(row) {
|
||||
&::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user