From 9d4f45939870dde9b59d354616d87536d6274ef1 Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期三, 03 九月 2025 18:30:07 +0800
Subject: [PATCH] 修改交易员确认

---
 src/views_back/layout/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views_back/layout/index.vue b/src/views_back/layout/index.vue
index 3d30d3a..02d0afa 100644
--- a/src/views_back/layout/index.vue
+++ b/src/views_back/layout/index.vue
@@ -118,7 +118,7 @@
 
 .content-wrapper {
   width: 100%;
-  height: calc(100vh - 70px);
+  height: calc(100vh);
   display: flex;
 }
 .content-wrapperall{

--
Gitblit v1.8.0