订单查看滚动条
This commit is contained in:
parent
f61789cb93
commit
04a2f94754
@ -133,7 +133,7 @@
|
||||
:visible.sync="innerVisible4"
|
||||
append-to-body
|
||||
width="1048px"
|
||||
class="orderInfo"
|
||||
|
||||
>
|
||||
<el-form
|
||||
:inline="true"
|
||||
@ -141,6 +141,7 @@
|
||||
:model="form"
|
||||
:rules="rules"
|
||||
label-width="120px"
|
||||
class="orderInfo"
|
||||
>
|
||||
|
||||
<div v-for="(item, index) in query" :key="index">
|
||||
@ -732,8 +733,8 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
/* ::v-deep .el-dialog__body {
|
||||
height: 500px;
|
||||
::v-deep .orderInfo{
|
||||
height: 350px;
|
||||
overflow-y: scroll;
|
||||
} */
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user