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;