From 46b274e6b5d0bd7f2afe46a8adeac4faaa446dc9 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 29 九月 2021 17:59:18 +0800
Subject: [PATCH] 系统设置/维护v0

---
 src/pages/vindicate/views/systemClean.vue |   69 +++++++++++++++++++++++++++++++++-
 1 files changed, 66 insertions(+), 3 deletions(-)

diff --git a/src/pages/vindicate/views/systemClean.vue b/src/pages/vindicate/views/systemClean.vue
index 703213a..2dc13a9 100644
--- a/src/pages/vindicate/views/systemClean.vue
+++ b/src/pages/vindicate/views/systemClean.vue
@@ -9,7 +9,7 @@
           <el-progress v-if="percent == 0" type="circle" :percentage="100-percent" status="exception" stroke-width="10"></el-progress>
         </div>
         <div class="cap-text">
-            <span>纾佺洏鍙敤: {{ percent }}%</span>
+            <span class="useable">纾佺洏鍙敤: {{ percent }}%</span>
           </div>
        </div>
 
@@ -19,7 +19,7 @@
 
     <div class="clear-list">
       <span class="t">璇烽�夋嫨瑕佹竻鐞嗙殑鏁版嵁鑼冨洿</span>
-      <el-date-picker
+      <el-date-picker popper-class="clean-time-picker"
         style="width: 100%"
         v-model="dataRange"
         value-format="yyyy-MM-dd"
@@ -110,6 +110,7 @@
 }
 
 .clear {
+  position: relative;
   padding: 10px;
   border-top:2px solid #E1E0E6 ;
   border-left:2px solid #E1E0E6 ; 
@@ -122,6 +123,9 @@
   align-items: center;
   justify-content: space-between;
   padding: 0 45px;
+  color: #333333;
+  font-weight: bold;
+  font-size: 16px;
   
   &:first-child {
     border-bottom: 1px solid #E1E0E6;
@@ -164,9 +168,68 @@
     .el-progress__text {
       display: none !important;
     }
+    }
+
+    .cap-text {
+      color: #333333;
+      font-weight: bold;
+      font-size: 16px;
+      .useable {
+      margin-left:20px ;
+      }
+    }
+     }
+   .el-button.el-button--primary {
+      width: 150px !important;
+      height: 30px !important;
+      line-height: 7px !important;
+      font-size: 14px !important;
+      color: #fff !important;
+      background: var(--colorCard) !important;
+      border-radius: 25px !important;
+      border: none !important;
+    }
+    
+    .el-date-editor.el-range-editor {
+      height: 48px;
+      width: 361px !important;
+      border-radius: 8px;
+      .el-input__icon.el-range__icon.el-icon-date {
+      margin:0 15px ;
+      &::before {
+      line-height: 40px;
+      font-size: 20px;
+      color: #333;
+      }
+      }
+      .el-range-separator{
+        line-height: 41px;
+      }
+      input {
+        width: 127px;
+        height: 32px;
+        font-size: 12px;
+        background: #F2F2F7;
+        border-radius: 20px;
+      }
+    }
+   
+  .t {
+    height: 22px;
+    width: 242px;
   }
+}
+
+.warm {
+  position: absolute;
+  bottom: 60px;
+  left: 50%;
+  width: 420px;
+  transform:translateX(-50%) ;
+  .icontishi-zhuyi {
+    margin-right:10px ;
+    color: red;
   }
-  
 }
 }
 

--
Gitblit v1.8.0