diff --git a/src/App.vue b/src/App.vue index e437adf..09f9956 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,13 +25,6 @@ -moz-osx-font-smoothing: grayscale; color: #2c3e50; } - html, - body { - height: 100%; - } - body{ - background: #f6f8f9; - } .el-pager li:focus { border: none; } @@ -43,8 +36,4 @@ border: none!important; outline: none!important; } - * { - margin: 0; - padding: 0; - } 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 @@