element-plus/website/docs/jp/border.md
2020-11-04 10:30:14 +08:00

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}}