From 271d931fc950745d37554528324cbc8a636d85c3 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 29 十一月 2022 19:30:28 +0800
Subject: [PATCH] 1

---
 src/views/Archive/index.vue |   47 +++++++++++++++++++++--------------------------
 1 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/src/views/Archive/index.vue b/src/views/Archive/index.vue
index 8a4a421..445d69c 100644
--- a/src/views/Archive/index.vue
+++ b/src/views/Archive/index.vue
@@ -22,11 +22,11 @@
             </div>
           </el-col>
           <el-col :span="4">
-            <el-input :placeholder="$t('common.pleaseInput')"
+            <el-input v-model="input" :placeholder="$t('common.pleaseInput')"
           /></el-col>
           <el-col :span="4"
-            ><el-button type="primary">{{ $t('common.iquery') }}</el-button>
-            <el-button v-if="archStatus.download" type="primary">{{
+            ><el-button class="primary">{{ $t('common.iquery') }}</el-button>
+            <el-button v-if="archStatus.download" type="success">{{
               $t('common.download')
             }}</el-button>
           </el-col>
@@ -87,6 +87,7 @@
 export default {
   data() {
     return {
+      input: '',
       tree: [
         {
           label: '鏂囩尞',
@@ -144,29 +145,7 @@
         chilren: 'children', //"children"鍐呯殑姣忎釜瀵硅薄瑙f瀽涓轰竴涓瓙椤�;
         label: 'label', //鎵�鏈�"label"鎵�鍦ㄧ殑瀵硅薄瑙f瀽涓轰竴涓埗椤�
       },
-      tableData: [
-        {
-          timer: '2016-05-01',
-          name: 'Tom',
-          count: '3',
-          type: '涓氬姟鍥惧眰',
-          state: 'x',
-        },
-        {
-          timer: '2016-05-02',
-          name: 'Tom',
-          count: '2',
-          type: '涓氬姟鍥惧眰',
-          state: 'x',
-        },
-        {
-          timer: '2016-05-03',
-          name: 'Tom',
-          count: '1',
-          type: '涓氬姟鍥惧眰',
-          state: 'x',
-        },
-      ],
+      tableData: [],
       archStatus: {
         download: false,
       },
@@ -214,6 +193,7 @@
 .archive .arch_card {
   width: 100%;
   height: 100%;
+  background: #303030;
 }
 .archive .arch_card .el-card__body {
   padding: 10px;
@@ -234,9 +214,24 @@
   width: 100%;
   height: 81vh;
   border: transparent;
+  background: #303030;
 }
 
 .archive .el-table .warning-row {
   --el-table-tr-bg-color: var(--el-color-warning-light-9);
 }
+.el-form-item__label {
+  color: white;
+}
+
+.el-input__inner {
+  background-color: transparent !important ;
+  color: #fff !important ;
+  border: 1px solid !important ;
+}
+.primary {
+  background: #409eff;
+  border: #409eff;
+  color: white;
+}
 </style>

--
Gitblit v1.9.3