project init
This commit is contained in:
6
components/common/style/utilities/_float.wxss
Normal file
6
components/common/style/utilities/_float.wxss
Normal file
@@ -0,0 +1,6 @@
|
||||
.t-float-left {
|
||||
float: left;
|
||||
}
|
||||
.t-float-right {
|
||||
float: right;
|
||||
}
|
||||
Reference in New Issue
Block a user