From 69e6073dc11f1a489912a30f9cebbfe912678881 Mon Sep 17 00:00:00 2001
From: wangqiujuan0808 <578331299@qq.com>
Date: Mon, 12 Aug 2024 16:18:24 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=82=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Data.vue | 89 ++++++++++++++++++++++++++++++++--------------
1 file changed, 62 insertions(+), 27 deletions(-)
diff --git a/src/views/Data.vue b/src/views/Data.vue
index 7ff325e..534c8a9 100644
--- a/src/views/Data.vue
+++ b/src/views/Data.vue
@@ -10,9 +10,15 @@
-
-
+
+
{
@@ -136,29 +166,12 @@ export default {
width: 15%;
border: 1px solid #006b3b;
font-size: 16px;
-
- img {
- width: 24px;
- }
-
- >div {
- background: #e2f4e5;
- margin-top: 10px;
- text-align: center;
- line-height: 40px;
- cursor: pointer;
- }
-
- .active {
- background: #00AAA3;
- color: #fff;
- }
+ width: 24px;
}
.right {
width: 84%;
border: 1px solid #006b3b;
- display: flex;
justify-content: space-around;
.right-set {
@@ -174,5 +187,27 @@ export default {
// }
}
}
+ .active {
+ background: #00AAA3;
+ color: #fff;
+ }
+}
+.right {
+ width: 84%;
+ border: 1px solid #006b3b;
+ display: flex;
+ justify-content: space-around;
+ .right-set {
+ width: 10%;
+ padding: 20px;
+ overflow: auto;
+ }
+ .right-table {
+ width: 88%;
+ // .el-tree-node {
+ // border: 1px solid #ddd !important;
+ // margin-top: 10px !important;
+ // }
+ }
}