From f948c42a5a71b0bfbbc901f439d41f723a26dc07 Mon Sep 17 00:00:00 2001
From: whychdw <49690745@qq.com>
Date: 星期二, 02 三月 2021 13:41:53 +0800
Subject: [PATCH] 容器组件

---
 src/pages/test.vue |   17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/src/pages/test.vue b/src/pages/test.vue
index 6046134..8376d3d 100644
--- a/src/pages/test.vue
+++ b/src/pages/test.vue
@@ -4,19 +4,19 @@
 <!--      <circle-chart id="circleTest" ref="circleTest"></circle-chart>-->
 <!--    </div>-->
     <div class="test-wrapper mg8">
-      <div class></div>
-      <div class="layout-box-wrapper">
-        <div class="layout-box-header">鍗曚綋瀹归噺</div>
-      </div>
+      <layout-box title="鍦ㄧ嚎鐢靛帇鍜岀粍绔數鍘�">
+
+      </layout-box>
     </div>
   </div>
 </template>
 
 <script>
 
+import LayoutBox from "@/components/LayoutBox";
 export default {
   name: "Test",
-  components: {},
+  components: {LayoutBox},
   data() {
     return {}
   },
@@ -31,12 +31,5 @@
 }
 .mg8 {
   margin: 8px;
-}
-.layout-box-wrapper {
-  position: relative;
-  height: 100%;
-  background-color: #021651;
-  border-radius: 12px;
-  border: 1px solid #073980;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.1