Commit 232f14ae authored by yaya's avatar yaya

feat: UI优化

parent 8a1cb4e5
......@@ -67,7 +67,7 @@
<div slot="header" class="clearfix">
<span style="font-weight: bold">寄售单时间线</span>
</div>
<div style="height: calc(100vh - 240px)">
<div class="consign_step" style="height: calc(100vh - 240px)">
<el-steps :active="1" direction="vertical" >
<el-step
v-for="(item, indexNumber) in consignSaleRecordVoList"
......@@ -476,6 +476,7 @@ export default {
<style lang="scss" scoped>
/deep/ .el-step__description {
white-space: pre-wrap;
padding-bottom: 30px;
}
.page_consignDetail {
......@@ -538,6 +539,9 @@ export default {
}
}
.consign_step {
overflow: auto;
}
}
</style>
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