diff options
author | 五五班班长 <zahvcw1fux@qq.com> | 2022-02-12 16:44:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 16:44:22 +0800 |
commit | 598d014f73167546160f7ed774ceda25fc45d839 (patch) | |
tree | ee15c04f7381d6716bce2d94c39da45c97e20d72 /files/zh-cn/web/css | |
parent | da14b5f64baea3070bedc9d8cdf748bc63b99531 (diff) | |
download | translated-content-598d014f73167546160f7ed774ceda25fc45d839.tar.gz translated-content-598d014f73167546160f7ed774ceda25fc45d839.tar.bz2 translated-content-598d014f73167546160f7ed774ceda25fc45d839.zip |
Fix border-image-width 应该是当指定四个值的时候 (#4105)
这里应该是当指定四个值的时候
Diffstat (limited to 'files/zh-cn/web/css')
-rw-r--r-- | files/zh-cn/web/css/border-image-width/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |