devfty
Version:
Devfty is a library for developer building low code factory
31 lines (27 loc) • 621 B
text/less
.mini-bill-detail {
.ant-card {
width: 100%;
height: 100%;
.ant-card-body {
width: 100%;
height: 100%;
}
.ant-spin-nested-loading {
width: 100%;
height: 100%;
.ant-spin-container {
height: 100%;
}
}
}
.mini-bill-wrapper {
display: flex;
flex-direction: column;
.mini-bill-content {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
padding-right: 10px;
}
}
}