File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ module.exports = {
94
94
95
95
> 属性值具有数字的原子类
96
96
97
- ### margin、padding、width、height、border
97
+ ### margin、padding、width、height、border-radius
98
98
99
- ` margin ` 对应的缩写:
99
+ ** ` margin ` 对应的缩写:**
100
100
101
101
* margin: m
102
102
* margin-left: ml
@@ -130,7 +130,7 @@ div.m-10.ml-10.mr-10.mt-10.mb-10.mx-10.my-10
130
130
.my-10 {margin-top : 10px ; margin-bottom : 10px }
131
131
```
132
132
133
- ` padding ` 对应的缩写:
133
+ ** ` padding ` 对应的缩写:**
134
134
135
135
* padding: p
136
136
* padding-left: pl
@@ -164,7 +164,7 @@ div.p-10.pl-10.pr-10.pt-10.pb-10.px-10.py-10
164
164
.py-10 {padding-top : 10px ; padding-bottom : 10px }
165
165
```
166
166
167
- ` width ` 、` height ` 、` border-radius ` 对应的缩写:
167
+ ** ` width ` 、` height ` 、` border-radius ` 对应的缩写:**
168
168
169
169
* width: w
170
170
* width(%):wp
You can’t perform that action at this time.
0 commit comments