From b2cdc1af33e73ea1fdf6303d6548712634b28aa4 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 13 九月 2025 18:08:19 +0800
Subject: [PATCH] 优化审批界面样式

---
 src/views/flow/todolist.vue |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index 1ed38a4..efafd1e 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -859,19 +859,15 @@
 };
 </script>
 
-<style scoped="scoped" lang="scss">
-.box-drawer {
-  &:deep(.el-drawer.remark-drawer) {
-    width: 30vw !important;
+<style lang="scss">
+.remark-drawer  {
     .el-drawer__header {
       margin-bottom: 0px !important;
-      padding: 1vh 1vw !important;
     }
-    .el-drawer__body {
-      padding: 0px 1vw !important;
-    }
-  }
 }
+</style>
+<style scoped="scoped" lang="scss">
+
 .approve-box {
     display: flex;
 

--
Gitblit v1.9.3