@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
31 lines (26 loc) • 677 B
text/less
@import '../style/var.less';
/* stylelint-disable-next-line no-descending-specificity */
.van-signature {
.spcanvas_WEAPP {
width: 100%;
height: 100%;
.van-signature-canvas {
width: 100%;
/* stylelint-disable-next-line selector-max-type */
canvas {
background-color: #ffffff;
width: 100%;
border: @signature-border-width solid @signature-border-color;
.theme(height, '@signature-height');
}
}
}
/* stylelint-disable-next-line no-descending-specificity */
&__inner {
background-color: #ffffff;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
}