You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import './variables.scss';
|
|
|
|
@import './basicData.scss';
|
|
|
|
.padpageBox {
|
|
|
|
background:#fff;
|
|
|
|
margin:10px;
|
|
|
|
height:calc(100% - 20px);
|
|
|
|
min-width:800px;
|
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
.padListPage{
|
|
|
|
background:#fff;
|
|
|
|
margin:15px;
|
|
|
|
height:calc(100% - 30px);
|
|
|
|
min-width:800px;
|
|
|
|
overflow:auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.padListHeader{
|
|
|
|
padding: 10px 10px 0 10px;
|
|
|
|
box-shadow: 1px 1px 5px #ddd;
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
|
|
|
::v-deep .el-form-item{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.padListCard{
|
|
|
|
height: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
background: #f8f8f8;
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
|
|
.padListRow{
|
|
|
|
box-shadow: 1px 1px 5px #ddd;
|
|
|
|
padding: 10px;
|
|
|
|
background: #fff;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailDataBox{
|
|
|
|
padding: 10px 10px 5px 10px;
|
|
|
|
border: #ddd dashed 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.padListPager{
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
flex-shrink: 0;
|
|
|
|
text-align: center;
|
|
|
|
color: #999;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
::v-deep .el-loading-spinner {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
.circular{
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
margin: 7px 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.listRowButtonBox{
|
|
|
|
text-align: right;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
}
|