From 299011f4f2f151d0550065c1ee89420379a653c2 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期二, 15 八月 2023 17:46:32 +0800
Subject: [PATCH] 添加报告功能

---
 src/components/BGDC.vue |   27 ++++++++-------------------
 1 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/src/components/BGDC.vue b/src/components/BGDC.vue
index 209b93a..00edf50 100644
--- a/src/components/BGDC.vue
+++ b/src/components/BGDC.vue
@@ -21,18 +21,10 @@
           value-format="YYYY-MM-DD HH"
           format="YYYY-MM-DD HH"
         />
-        <!-- <el-date-picker
-          size="large"
-          v-model="selectform.value1"
-          type="date"
-          @change="changeTime"
-          value-format="YYYY-MM-DD"
-        />
-         -->
       </div>
 
       <div class="button_box">
-        <el-button size="small" @click="selectList">纭</el-button>
+        <el-button @click="selectList" class="button">纭</el-button>
       </div>
     </div>
   </div>
@@ -422,7 +414,7 @@
     font-size: 30px;
     font-weight: bold;
     color: #ffffff;
-    padding-bottom: 30px;
+    padding-bottom: 10px;
   }
 }
 .form_box {
@@ -430,12 +422,6 @@
   justify-content: space-around;
   align-items: center;
   .inp_box {
-    span {
-      font-size: 24px;
-      font-weight: 400;
-      color: #ffffff;
-      padding-right: 10px;
-    }
     /deep/ .el-input__wrapper {
       width: 460px;
       background: rgba(0, 0, 0, 0.2);
@@ -474,10 +460,13 @@
     }
   }
 }
-.el-button {
+.button {
   background: rgba(0, 0, 0, 0.2);
-  border: 2px solid #2e58cc;
-  border-radius: 10px;
+  border: 4px solid #2e58cc !important;
+  border-radius: 20px !important;
   color: #ffffff;
+  height: 64px !important;
+  font-size: 28px !important;
+  padding: 16px 30px !important;
 }
 </style>

--
Gitblit v1.9.3