mirror of https://github.com/layui/layui
docs: 更正 class 公共类文档错误 (#2546)
| layui-border-box | 设置元素及其所有子元素均为 `box-sizing: border-box` 模型的容器 | Co-authored-by: itletu <itletu@163.com>pull/2477/head^2
parent
a86211b92f
commit
7c503ad6c7
|
@ -12,7 +12,7 @@ toc: true
|
|||
| className | 描述 |
|
||||
| --- | --- |
|
||||
| layui-main | 设置一个固定宽度为 `1160px` 的水平居中块 |
|
||||
| layui-border-box | 设置元素及其所有子元素均为 `box-sizing: content-box` 模型的容器 |
|
||||
| layui-border-box | 设置元素及其所有子元素均为 `box-sizing: border-box` 模型的容器 |
|
||||
| layui-clear | 清除前面的同级元素产生的浮动 |
|
||||
| layui-clear-space <sup>2.8+</sup> | 清除容器内的空白符 |
|
||||
| layui-inline | 设置元素为内联块状结构 |
|
||||
|
|
Loading…
Reference in New Issue