From d7eb1d1e959559e3a77ed825a6b73dc79dbb008a Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 15 九月 2025 01:19:26 +0800
Subject: [PATCH] 替换上传文件不显示bug
---
src/views/flow/todolist.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index efafd1e..51ceecb 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -862,8 +862,12 @@
<style lang="scss">
.remark-drawer {
.el-drawer__header {
+ padding-top:5px;
margin-bottom: 0px !important;
}
+ .el-drawer__body{
+ padding-top:5px;
+ }
}
</style>
<style scoped="scoped" lang="scss">
--
Gitblit v1.9.3