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