21 lines
359 B
CSS
21 lines
359 B
CSS
.detailContent .searchStys {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.detailContent .el-tabs--border-card {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.detailContent .backBar {
|
|
margin-bottom: 24px;
|
|
}
|
|
.topSearchBoxCard {
|
|
margin-bottom: 20px;
|
|
}
|
|
.topSearch .el-card {
|
|
border: 1px solid #e6ebf5;
|
|
}
|
|
.tableBtn {
|
|
text-align: right;
|
|
padding-bottom: 20px;
|
|
}
|