diff options
author | f_ms <hi@imf.ms> | 2021-10-08 15:58:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 15:58:42 +0800 |
commit | 261381ac0ac38b190462ed226d2c4f65d54d6414 (patch) | |
tree | d377b9a0b6e9768b6b247ceafc4a81796c1378f8 /files/zh-cn/web/css | |
parent | ff7d5794cc2a2d4879ec4d892b28dceda4261a1d (diff) | |
download | translated-content-261381ac0ac38b190462ed226d2c4f65d54d6414.tar.gz translated-content-261381ac0ac38b190462ed226d2c4f65d54d6414.tar.bz2 translated-content-261381ac0ac38b190462ed226d2c4f65d54d6414.zip |
fix typo on Chinese translation (#2677)
Diffstat (limited to 'files/zh-cn/web/css')
-rw-r--r-- | files/zh-cn/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html b/files/zh-cn/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html index 3fcf66bbb1..cb0411ce28 100644 --- a/files/zh-cn/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html +++ b/files/zh-cn/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html @@ -150,7 +150,7 @@ translation_of: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox <p>在计算flex元素收缩的大小时,它的最小尺寸也会被考虑进去,就是说实际上flex-shrink属性可能会和flex-grow属性表现的不一致。因此,我们可以在文章《<a href="/zh-CN/docs/Web/CSS/CSS_Flexible_Box_Layout/Controlling_Ratios_of_Flex_Items_Along_the_Main_Ax">控制Flex子元素在主轴上的比例</a>》中更详细地看一下这个算法的原理。</p> <div class="note"> -<p>在给 <code>flex-grow</code> 和 <code>flex-shrink</code> 赋值是要注意比例。如果我们给所有flex元素的flex属性赋值为 <code>1 1 200px</code> ,并且希望其中一个元素可以增加到2倍,我们可以给该元素的flex属性赋值为<code>2 1 200px</code>。然而,你也可以选择赋值为flex: <code>10 1 200px</code> 和 flex: <code>20 1 200px</code> 。</p> +<p>在给 <code>flex-grow</code> 和 <code>flex-shrink</code> 赋值时要注意比例。如果我们给所有flex元素的flex属性赋值为 <code>1 1 200px</code> ,并且希望其中一个元素可以增加到2倍,我们可以给该元素的flex属性赋值为<code>2 1 200px</code>。然而,你也可以选择赋值为flex: <code>10 1 200px</code> 和 flex: <code>20 1 200px</code> 。</p> </div> <h3 id="Flex属性的简写">Flex属性的简写</h3> |