ten-design-vue
Version:
ten-vue
23 lines (21 loc) • 409 B
text/less
@import '../vars.less';
.demo-upload {
.demo-upload-row {
display: flex;
>span {
color: @text-color-lighter-2;
margin-left: 10px;
line-height: 40px;
}
}
&__dropbox {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
border: 1px dashed @border-color;
width: 320px;
height: 192px;
}
}