fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict (cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac) * fix: remove extra links Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * fix: revert changes * fix: revert changes * fix: revert changes * fix: revert changes
This commit is contained in:
committed by
Parth Parth
parent
1e9f5bc09a
commit
23ca5d9cc6
@@ -8,11 +8,11 @@ flex-grow属性是一个flexbox属性,允许您指定Flex容器中容器的可
|
||||
|
||||
它会把你的容器从这里转过来
|
||||
|
||||

|
||||

|
||||
|
||||
# **对此**
|
||||
|
||||

|
||||

|
||||
|
||||
刚刚发生了什么?
|
||||
|
||||
@@ -49,7 +49,7 @@ body {
|
||||
|
||||
首先让我们创建两个段落并启用display:flex;
|
||||
|
||||

|
||||

|
||||
|
||||
注意一些事情
|
||||
|
||||
@@ -60,7 +60,7 @@ body {
|
||||
|
||||
为了看到这一点,让第一个给出一个“十”类和一个flex-grow属性为1.让第二个给出一个“20”类和2个flex-grow属性。
|
||||
|
||||

|
||||

|
||||
|
||||
注意一些事情
|
||||
|
||||
@@ -69,6 +69,6 @@ body {
|
||||
|
||||
当我们调整屏幕大小时,我们还发现第一个缩小的速度是第二个缩小的两倍。
|
||||
|
||||

|
||||

|
||||
|
||||
#### 更多信息:
|
||||
Reference in New Issue
Block a user