提交 7593ac6e 编写于 作者: VK1688's avatar VK1688
上级 4d1d135d
......@@ -4,7 +4,7 @@
@tap.stop="click"
:class="{ 'u-border': border, 'u-card-full': full, 'u-card--border': borderRadius > 0 }"
:style="{
borderRadius: borderRadius + 'rpx',
'--radius': borderRadius + 'rpx',
margin: margin,
boxShadow: boxShadow
}"
......@@ -267,7 +267,7 @@ export default {
}
&--border:after {
border-radius: 16rpx;
border-radius: var(--radius,16rpx);
}
&__head {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册