diff options
author | Lv777 <39904184+OBQun@users.noreply.github.com> | 2022-02-21 15:51:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 15:51:21 +0800 |
commit | 52bce1fad5223ceafc734ca7078fb7dd9b463c46 (patch) | |
tree | c23de5d8afac0ced2d4547f3063eff8e1468152e /files/zh-cn | |
parent | 201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a (diff) | |
download | translated-content-52bce1fad5223ceafc734ca7078fb7dd9b463c46.tar.gz translated-content-52bce1fad5223ceafc734ca7078fb7dd9b463c46.tar.bz2 translated-content-52bce1fad5223ceafc734ca7078fb7dd9b463c46.zip |
typo 防止 -> 放置 (#4235)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/css/justify-self/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/justify-self/index.html b/files/zh-cn/web/css/justify-self/index.html index 8e4596efc1..cc9d9b06f7 100644 --- a/files/zh-cn/web/css/justify-self/index.html +++ b/files/zh-cn/web/css/justify-self/index.html @@ -35,7 +35,7 @@ justify-self: stretch; /* 位置对齐 */ justify-self: center; /* 在中间放置元素 */ justify-self: start; /* 在开始处放置元素 */ -justify-self: end; /* 在结束处防止元素 */ +justify-self: end; /* 在结束处放置元素 */ justify-self: flex-start; /* 与 'start' 等效。注意 justify-self 在 Flexbox 布局中被忽略。 */ justify-self: flex-end; /* 与 'end' 等效。注意 justify-self 在 Flexbox 布局中被忽略。 */ justify-self: self-start; |