修改bug 55823 【样式】标准入库流程,国内点击新增,新增之后点击海外的再次点击新增 样式就显示不够高了

This commit is contained in:
hanshaozhuang
2022-06-22 15:08:33 +08:00
parent 2a096764c6
commit fc762b321f
@@ -3621,8 +3621,9 @@ export default {
} }
} }
.standard-content { .search-drawer{
height: 100%; .standard-content {
height: 92%;
padding: 10px 0 0; padding: 10px 0 0;
.content { .content {
@@ -3644,8 +3645,7 @@ export default {
} }
} }
} }
} }
.search-drawer{
.demo-drawer-footer{ .demo-drawer-footer{
height: 8%; height: 8%;
} }