更新页面效果
This commit is contained in:
@@ -6,6 +6,11 @@ export const BORDER_STYLES = [
|
||||
{ value: 'rounded', label: '柔圆角' },
|
||||
{ value: 'double', label: '双线框' },
|
||||
{ value: 'gold', label: '古典金框' },
|
||||
{ value: 'shadow', label: '阴影浮起' },
|
||||
{ value: 'ink', label: '墨黑描边' },
|
||||
{ value: 'card', label: '悬浮卡片' },
|
||||
{ value: 'lace', label: '虚线文艺' },
|
||||
{ value: 'glow', label: '柔光金晕' },
|
||||
]
|
||||
|
||||
export function borderClass(style) {
|
||||
|
||||
Reference in New Issue
Block a user