mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
3.2 KiB
3.2 KiB
Border
ボタンやカード、ポップアップなどで使用できるborderを標準化しています。
Border
borderのスタイルはいくつかあります。
Name | Thickness | Demo |
Solid | 1px | |
Dashed | 2px |
半径(radius)
いくつかの半径(radius)のスタイルがあります。
No Radius
border-radius: 0px
Small Radius
border-radius: {{borderRadiusSmall}}
Large Radius
border-radius: {{borderRadiusBase}}
Round Radius
border-radius: 30px
影
シャドウスタイルの選択肢はほとんどありません。
Basic Shadow box-shadow: {{boxShadowBase}} Light Shadow box-shadow: {{boxShadowLight}}