Skip to content

Commit 9a17bdc

Browse files
committed
添加高度自适应的oocss
1 parent a22d372 commit 9a17bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/oocss.styl

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $oocss($is-mobile=false){
1919
.f_l{float:left !important;}
2020
.f_r{float:right !important;}
2121
.w_a{width:auto !important;}
22+
.h_a{height:auto !important;}
2223
.t_a_c{text-align:center !important;}
2324
.t_a_l{text-align:left !important;}
2425
.t_a_r{text-align:right !important;}

0 commit comments

Comments
 (0)