@dcp-designable/components
Version:
公共组件及业务组件
84 lines (70 loc) • 1.41 kB
text/less
.select-user {
display: flex;
.user-table {
width: 100%;
padding: 10px;
}
.user-name {
width: 250px;
padding-left: 17px;
border-bottom: 1px solid #e9e9e9;
height: 30px;
}
.user-check {
width: 400px;
text-align: right;
padding-right: 40px;
border-bottom: 1px solid #e9e9e9;
height: 30px;
}
.ant-table-content {
height: 200px ;
overflow: auto;
}
.right-area {
height: 280px;
width: 370px;
border-left: 1px solid #e9e9e9;
.right-head {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #e9e9e9;
}
.countinfo {
width: 190px;
height: 29px;
margin-top: 8px;
margin-left: 5px;
}
.deletebtn {
float: right;
margin-top: 3px;
}
}
.right-content {
height: 240px;
overflow-y: auto;
.right-name {
width: 260px;
padding-left: 17px;
border-bottom: 1px solid #e9e9e9;
height: 30px;
}
.right-fun {
width: 60px;
padding-right: 40px;
text-align: right;
border-bottom: 1px solid #e9e9e9;
height: 30px;
}
}
}
.relateParty {
.ant-table-tbody > tr > td {
padding: 4px 0px ;
}
.ant-table-thead > tr > th {
visibility: hidden;
height: 0;
}
}