From 26ead01ad7978e340dd9dcbaa709e0ab50e12e83 Mon Sep 17 00:00:00 2001 From: tians Date: Fri, 4 Mar 2022 14:46:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=86=85=E5=AE=B9=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapters/001 盒模型.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/001 盒模型.md b/chapters/001 盒模型.md index 2857e85..8a28bec 100644 --- a/chapters/001 盒模型.md +++ b/chapters/001 盒模型.md @@ -15,7 +15,7 @@ on CodePen. -上例中,p1没有设置width和height,p1是一个block,所以它会占满父元素的整个内容宽度。p2和p3通过设置`width: min-content`、`width: max-content`,它们的宽度由内容决定。p4设置宽度高度为固定尺寸,此时内容过多导致`overflow`出现。 +上例中,p0没有设置width和height,p0是一个block,所以它会占满父元素的整个内容宽度。p1和p2通过设置`width: min-content`、`width: max-content`,它们的宽度由内容决定。p3设置宽度高度为固定尺寸,此时内容过多导致`overflow`出现。 ## 盒模型的区域