From 21441a64ad92e0828d85020815cc336417d14b5b Mon Sep 17 00:00:00 2001
From: hongawen <83944980@qq.com>
Date: Wed, 13 Nov 2024 15:24:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E8=AE=A1=E5=88=92=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=E8=B0=83=E6=95=B4?=
=?UTF-8?q?=EF=BC=8C=E8=B6=85=E8=BF=873=E4=B8=AA=E6=8C=89=E9=92=AE?=
=?UTF-8?q?=E6=97=B6=EF=BC=8C=E8=B0=83=E6=95=B4=E4=B8=BA=E6=9B=B4=E5=A4=9A?=
=?UTF-8?q?=E4=B8=8B=E6=8B=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ProTable/components/TableColumn.vue | 78 +--
frontend/src/styles/element.scss | 12 +
frontend/src/views/plan/planList/index.vue | 530 ++++++++++--------
3 files changed, 332 insertions(+), 288 deletions(-)
diff --git a/frontend/src/components/ProTable/components/TableColumn.vue b/frontend/src/components/ProTable/components/TableColumn.vue
index c059430..c368d6d 100644
--- a/frontend/src/components/ProTable/components/TableColumn.vue
+++ b/frontend/src/components/ProTable/components/TableColumn.vue
@@ -1,57 +1,57 @@
-
+
-
diff --git a/frontend/src/styles/element.scss b/frontend/src/styles/element.scss
index b7d2e63..037f605 100644
--- a/frontend/src/styles/element.scss
+++ b/frontend/src/styles/element.scss
@@ -479,4 +479,16 @@
}
}
}
+}
+
+.cn-render-buttons {
+ cursor: pointer;
+ display: inline-block;
+ margin-left: 13px;
+ line-height: 18px;
+ padding: 2px;
+ .icon {
+ font-size: 12px !important;
+ // color: var(--ba-bg-color-overlay) !important;
+ }
}
\ No newline at end of file
diff --git a/frontend/src/views/plan/planList/index.vue b/frontend/src/views/plan/planList/index.vue
index 385de39..4fa0fb7 100644
--- a/frontend/src/views/plan/planList/index.vue
+++ b/frontend/src/views/plan/planList/index.vue
@@ -1,88 +1,118 @@
-
+
-
-
+
+
-