From 8318a0e79e3b5a2d55d342b6e37df69dbb5c2077 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 10 Jul 2021 17:43:33 +0800
Subject: [PATCH] 细节修改
---
src/views/dispatch/index.vue | 24 ++++++++++++++----------
1 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/src/views/dispatch/index.vue b/src/views/dispatch/index.vue
index 2fd5dfc..68e5295 100644
--- a/src/views/dispatch/index.vue
+++ b/src/views/dispatch/index.vue
@@ -110,10 +110,11 @@
query: {},
data: [],
option: {
- card: true,
+ tip: false,
+ // card: true,
searchSize: "mini",
searchMenuSpan: 6,
- height: 547,
+ height: 623,
menuWidth: 160,
align: "center",
selection: true,
@@ -317,7 +318,7 @@
path: "/dispatchChild",
// redirect: { name: "foo" },
// query: { row: row },
- query: { rowdispatch: "fromDispatch"},
+ query: { rowdispatch: "fromDispatch" },
// params: { row: row.identificationnumber },
});
},
@@ -482,12 +483,15 @@
// border: 1px solid #000;
box-sizing: border-box;
}
-.el-card__body {
- padding-bottom: 5px !important;
-}
-.avue-crud__tip,
-.el-tag,
-.el-tag--light {
- padding: 0 !important;
+// .el-card__body {
+// padding-bottom: 5px !important;
+// }
+// .avue-crud__tip,
+// .el-tag,
+// .el-tag--light {
+// padding: 0 !important;
+// }
+.el-collapse-item {
+ padding-top: 15px !important;
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3