Browse Source

首页布局调整

LongjoeDyy 6 years ago
parent
commit
5d36d69a45
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/pages/home.vue

+ 14 - 0
src/pages/home.vue

@@ -234,6 +234,8 @@
             <div style="font-size: 14px;text-align: center;color: #666;">此处只作展示用,不代表柱状图控件最终效果</div>
           </div>
         </div>
+
+        <div class="home_reload">重新载入数据</div>
       </div>
 
 
@@ -271,6 +273,18 @@
     background-color: rgb(242, 242, 242);
   }
 
+  .home_reload {
+    font-size: 16px;
+    color: #aaa;
+    padding: 10px;
+    background-color: white;
+    margin: 8px 10px 15px 10px;
+    box-shadow: 1px 2px 10px #ccc;
+    border-radius: 10px;
+    overflow: hidden;
+    text-align: center;
+  }
+
   .home_title {
     width: 100%;
     display: flex;