chore(i18n,curriculum): update translations (#43556)
This commit is contained in:
@ -22,7 +22,7 @@ dashedName: center-an-element-horizontally-using-the-margin-property
|
||||
`div` 应有一个 `margin`,设置为 `auto`。
|
||||
|
||||
```js
|
||||
assert(code.match(/margin:\s*?auto;/g));
|
||||
assert(new __helpers.CSSHelp(document).getStyle('div')?.margin === 'auto');
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
Reference in New Issue
Block a user