diff --git a/src/components/Table/PropTable/index.vue b/src/components/Table/PropTable/index.vue
new file mode 100644
index 0000000..c53e217
--- /dev/null
+++ b/src/components/Table/PropTable/index.vue
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/components/u-Hamburger/index.vue b/src/components/u-Hamburger/index.vue
index 9a89e3a..562edfb 100644
--- a/src/components/u-Hamburger/index.vue
+++ b/src/components/u-Hamburger/index.vue
@@ -1,6 +1,6 @@
-
+
.m-container-layout {
- padding: 20px;
- box-sizing: border-box;
width: 100%;
height: 100%;
+ display: flex;
+ padding: 20px;
+ box-sizing: border-box;
.m-container-layout-inner {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
background: white;
padding: 20px;
width: 100%;
box-sizing: border-box;
- min-height: 100%;
}
}
diff --git a/src/layout/Main/index.vue b/src/layout/Main/index.vue
index 5521876..196e933 100644
--- a/src/layout/Main/index.vue
+++ b/src/layout/Main/index.vue
@@ -30,6 +30,7 @@
diff --git a/src/views/table/comprehensive.vue b/src/views/table/comprehensive.vue
index 03f0ee7..d8527c7 100644
--- a/src/views/table/comprehensive.vue
+++ b/src/views/table/comprehensive.vue
@@ -1,21 +1,21 @@
-
-
+
@@ -28,16 +28,16 @@
删除
-
+
@@ -63,12 +63,13 @@