修改bug 55823 【样式】标准入库流程,国内点击新增,新增之后点击海外的再次点击新增 样式就显示不够高了
This commit is contained in:
@@ -3621,31 +3621,31 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.standard-content {
|
.search-drawer{
|
||||||
height: 100%;
|
.standard-content {
|
||||||
padding: 10px 0 0;
|
height: 92%;
|
||||||
|
padding: 10px 0 0;
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
||||||
.standard-table-wrap {
|
.standard-table-wrap {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
position: static;
|
position: static;
|
||||||
|
|
||||||
/deep/ .pagination-slot {
|
/deep/ .pagination-slot {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.search-drawer{
|
|
||||||
.demo-drawer-footer{
|
.demo-drawer-footer{
|
||||||
height: 8%;
|
height: 8%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user