diff --git a/src/components/loading.vue b/src/components/loading.vue
new file mode 100644
index 0000000..cde2b0f
--- /dev/null
+++ b/src/components/loading.vue
@@ -0,0 +1,37 @@
+
+
+
+ 加载中。。。。。。
+
+
+
+
+
+
+
+
+
+
diff --git a/src/store/store.js b/src/store/store.js
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/store/store.js
@@ -0,0 +1 @@
+
diff --git a/src/views/mainContainer.vue b/src/views/mainContainer.vue
index 109b6ad..06bc8e9 100644
--- a/src/views/mainContainer.vue
+++ b/src/views/mainContainer.vue
@@ -16,12 +16,21 @@
+
@@ -30,7 +39,8 @@ export default {
padding: 12px 12px;
flex: 1;
}
- .containerwrap{
+
+ .containerwrap {
display: flex;
height: 100%;
}
@@ -44,7 +54,8 @@ export default {
.containerwrap > li:nth-of-type(1) {
flex: 1;
}
- .heightsmall{
+
+ .heightsmall {
flex: 1;
background: #f00;
}
@@ -52,12 +63,14 @@ export default {
.containerwrap > li:nth-of-type(2) {
flex: 2;
}
- .heightper-top{
+
+ .heightper-top {
background: #f00;
flex: 1;
}
- .heightper-bottom{
- height: calc((100% - 24px)/3) ;
+
+ .heightper-bottom {
+ height: calc((100% - 24px) / 3);
background: #f00;
margin-top: 12px;
}