From 02698d6dab288cb5668c18d3af500128c27d4286 Mon Sep 17 00:00:00 2001 From: chenxiaoxi Date: Fri, 7 May 2021 16:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BB=84=E4=BB=B6=E5=88=9B?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +- src/views/home/components/dynamic/index.vue | 24 ++++ .../home/components/information/index.vue | 24 ++++ src/views/home/components/navMenu/index.vue | 103 ++++++++++++++++++ .../home/components/searchGroup/index.vue | 81 ++++++++++++++ src/views/home/components/todoList/index.vue | 27 +++++ src/views/home/index.vue | 96 +++++++--------- 7 files changed, 303 insertions(+), 61 deletions(-) create mode 100644 src/views/home/components/dynamic/index.vue create mode 100644 src/views/home/components/information/index.vue create mode 100644 src/views/home/components/navMenu/index.vue create mode 100644 src/views/home/components/searchGroup/index.vue create mode 100644 src/views/home/components/todoList/index.vue diff --git a/package.json b/package.json index 12b2c6171..92c35dd89 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { - "name": "vue-admin-beautiful", + "name": "laws-system-foton", "version": "1.0.0", - "author": "vue-admin-beautiful", + "author": "91isoft", "participants": [], - "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful", "publishConfig": { "registry": "https://npm.pkg.github.com/" }, @@ -13,10 +12,6 @@ "lint": "vue-cli-service lint", "lint:style": "stylelint-config-prettier-check" }, - "repository": { - "type": "git", - "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git" - }, "gitHooks": { "pre-commit": "lint-staged" }, diff --git a/src/views/home/components/dynamic/index.vue b/src/views/home/components/dynamic/index.vue new file mode 100644 index 000000000..aa7ab6dc8 --- /dev/null +++ b/src/views/home/components/dynamic/index.vue @@ -0,0 +1,24 @@ + + + + + + diff --git a/src/views/home/components/information/index.vue b/src/views/home/components/information/index.vue new file mode 100644 index 000000000..dc5fbadea --- /dev/null +++ b/src/views/home/components/information/index.vue @@ -0,0 +1,24 @@ + + + + + + diff --git a/src/views/home/components/navMenu/index.vue b/src/views/home/components/navMenu/index.vue new file mode 100644 index 000000000..eb92c5bdf --- /dev/null +++ b/src/views/home/components/navMenu/index.vue @@ -0,0 +1,103 @@ + + + + + + diff --git a/src/views/home/components/searchGroup/index.vue b/src/views/home/components/searchGroup/index.vue new file mode 100644 index 000000000..d800d1f52 --- /dev/null +++ b/src/views/home/components/searchGroup/index.vue @@ -0,0 +1,81 @@ + + + + + + diff --git a/src/views/home/components/todoList/index.vue b/src/views/home/components/todoList/index.vue new file mode 100644 index 000000000..36cd8952e --- /dev/null +++ b/src/views/home/components/todoList/index.vue @@ -0,0 +1,27 @@ + + + + + + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index a598d1b68..99e95b942 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -12,66 +12,54 @@
- -
- - - -
-
- - 搜索 + +
+ + + + + + + +
+
+ + +
@@ -120,19 +108,19 @@ height: 77vh; padding: 10px 0; margin-top: 16px; + display: flex; .left_wrapper { display: flex; - .search-group { - width: 160px; - margin-right: 10px; - .search-group-item { - ::v-deep { - .el-input__inner { - background: transparent; - } - } - } - } + border: 1px solid #ddd; + flex: 1; + margin-right: 10px; + flex-direction: column; + } + .right_wrapper { + width: 550px; + height: 100%; + display: flex; + flex-direction: column; } .search-condition { display: block;