From 598d014f73167546160f7ed774ceda25fc45d839 Mon Sep 17 00:00:00 2001 From: 五五班班长 <zahvcw1fux@qq.com> Date: Sat, 12 Feb 2022 16:44:22 +0800 Subject: Fix border-image-width 应该是当指定四个值的时候 (#4105) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这里应该是当指定四个值的时候 --- files/zh-cn/web/css/border-image-width/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/css/border-image-width/index.html b/files/zh-cn/web/css/border-image-width/index.html index 50a0dfb0c1..8a5ba4b1a1 100644 --- a/files/zh-cn/web/css/border-image-width/index.html +++ b/files/zh-cn/web/css/border-image-width/index.html @@ -54,7 +54,7 @@ border-image-width: unset; <li>当指定 <strong>一个</strong> 值时,它将作用到 <strong>四个方向 </strong>;</li> <li>当指定 <strong>两个</strong> 值时,它将分别作用到 <strong>垂直方向 </strong>和 <strong>水平方向 </strong>;</li> <li>当指定 <strong>三个</strong> 值时,它将分别作用到 <strong>上方</strong>、<strong>水平方向</strong>、和<strong>下方</strong>;</li> - <li>当指定 <strong>三个</strong> 值时,它将分别作用到 <strong>上方</strong>、<strong>右方</strong>、<strong>下方和左方。</strong></li> + <li>当指定 <strong>四个</strong> 值时,它将分别作用到 <strong>上方</strong>、<strong>右方</strong>、<strong>下方和左方。</strong></li> </ul> <h3 id="取值">取值</h3> -- cgit v1.2.3-54-g00ecf