From a5eb5d1d90e9afdf73a64033b53b2c1e0e82374c Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Mon, 19 May 2025 17:22:53 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/aboutTable/DarkTable.vue | 7 +-
src/components/aboutTable/MyTable.vue | 2 +-
.../ResearchJudgment/ResearchHome/index.vue | 184 +++++++++++++++++-
3 files changed, 184 insertions(+), 9 deletions(-)
diff --git a/src/components/aboutTable/DarkTable.vue b/src/components/aboutTable/DarkTable.vue
index 87cca7e..ccad01c 100644
--- a/src/components/aboutTable/DarkTable.vue
+++ b/src/components/aboutTable/DarkTable.vue
@@ -104,7 +104,6 @@
\ No newline at end of file
+.listBox{
+ margin-top: 4px;
+ border-radius: 10px;
+ box-sizing: border-box;
+ display: flex;
+ flex-wrap: wrap;
+ .list-item{
+ width: 49.5%;
+ height: calc(100% / 4 - 5px);
+ box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.02);
+ border-radius: 8px 8px 8px 8px;
+ border: 1px solid #E8EDF6;
+ padding: 4px 10px;
+ box-sizing: border-box;
+ .title-s{
+ font-size: 14px;
+ }
+ .list-table{
+ height: calc(100% - 25px);
+ margin-top: 5px;
+ }
+ }
+ .list-item:nth-child(2n+1){
+ margin-right: 1%;
+ }
+}
+::v-deep .searchBox{
+ margin-bottom:0 !important;
+ padding: 2px !important;
+}
+::v-deep .pageSearch .box .item {
+ width: 16%;
+}
+
+::v-deep .el-table .table_blue_row {
+ background: #fff !important;
+}
+::v-deep .el-table th.el-table__cell{
+ font-size: 13px;
+ background: #EFF5F7;
+}
+
+::v-deep .el-table__empty-block{
+ width: 100%!important;
+}
+
+::v-deep .el-scrollbar__view{
+ border-right: none;
+}
+
+::v-deep .el-table .el-table__cell{
+ padding: 0;
+}
+
+::v-deep .el-table th.el-table__cell>.cell{
+ padding: 6px 0;
+}
+
+