订单查看滚动条

This commit is contained in:
闫晓茹 2022-11-08 14:44:07 +08:00
parent f61789cb93
commit 04a2f94754

View File

@ -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>