Commit 191d031d authored by 刘殿昕's avatar 刘殿昕

详情页优化无数据时错位问题

parent d34ba71a
......@@ -268,7 +268,7 @@ export default {
}
.commodity_information > .commodity_text {
flex-grow: 1;
padding: 13px 18px;
padding: 8px 18px;
background-color: #f9fafc;
border-radius: 5px;
}
......
......@@ -361,6 +361,13 @@ export default {
height: 100%;
border-radius: 6px;
}
.main_container-left > .workflows-view {
position: absolute;
right: 3px;
bottom: 3px;
width: calc(100% - 6px);
height: calc(100% - 6px);
}
.main_container-left > .map_view {
position: absolute;
right: 3px;
......@@ -446,7 +453,7 @@ export default {
}
.commodity_information > .commodity_text {
flex-grow: 1;
padding: 13px 18px;
padding: 8px 18px;
background-color: #f9fafc;
border-radius: 5px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment