แก้ฟอร์มสืบสวน

This commit is contained in:
Warunee Tamkoo 2023-12-07 13:32:42 +07:00
parent 344a6480f2
commit bc6c78c0a6

View file

@ -1435,6 +1435,6 @@ onMounted(async () => {
} }
.fixed-height-history { .fixed-height-history {
overflow-y: auto; overflow-y: auto;
height: 150px; max-height: 150px;
} }
</style> </style>