From ed58b6c48482f67d8c13ad7d6ae2a7e355ae056b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 30 May 2025 17:11:46 +0800
Subject: [PATCH] feat:适配调整
---
src/views/tickets/orderLog.vue | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index 4fc1b6a..e34ef40 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -1381,6 +1381,14 @@
</script>
<style lang="scss" scoped>
+ :deep(){
+ .avue-crud__body{
+ .el-form{
+ height: 625px;
+ overflow: auto;
+ }
+ }
+ }
:deep(.el-pagination .el-select ){
width: 128px !important;
}
--
Gitblit v1.9.3