From 4630e292c51dde1162350d055941e65a5b677b83 Mon Sep 17 00:00:00 2001 From: gtz <535262213@qq.com> Date: Mon, 31 Oct 2022 16:26:31 +0800 Subject: [PATCH] 'over' --- src/components/baseContainer/index.vue | 1 + src/components/baseTable.vue | 8 +- src/icons/svg/jiantou.svg | 14 ++ src/icons/svg/wuliu.svg | 14 ++ src/views/components/statusCell.vue | 19 +++ src/views/factory.vue | 227 ++++++++++++++++++++++++- src/views/index.vue | 12 +- 7 files changed, 278 insertions(+), 17 deletions(-) create mode 100644 src/icons/svg/jiantou.svg create mode 100644 src/icons/svg/wuliu.svg create mode 100644 src/views/components/statusCell.vue diff --git a/src/components/baseContainer/index.vue b/src/components/baseContainer/index.vue index f3ea65f..25a311d 100644 --- a/src/components/baseContainer/index.vue +++ b/src/components/baseContainer/index.vue @@ -78,6 +78,7 @@ export default { background-color: rgba($color: #061027, $alpha: 0.15); position: relative; border: 2px solid; + box-shadow: inset 0px 0px 20px 0px rgba(255,255,255,0.15); border-image: linear-gradient(90deg, rgba(82, 255, 241, 0.6), rgba(95, 190, 249, 0), rgba(82, 255, 241, 0.6)) 2 2; .line { position: absolute; diff --git a/src/components/baseTable.vue b/src/components/baseTable.vue index 72c5573..edfeff4 100644 --- a/src/components/baseTable.vue +++ b/src/components/baseTable.vue @@ -9,11 +9,11 @@
+ + 下箭头备份 + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/svg/wuliu.svg b/src/icons/svg/wuliu.svg new file mode 100644 index 0000000..ef7fe30 --- /dev/null +++ b/src/icons/svg/wuliu.svg @@ -0,0 +1,14 @@ + + + 仓储管理 + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/components/statusCell.vue b/src/views/components/statusCell.vue new file mode 100644 index 0000000..ba8068f --- /dev/null +++ b/src/views/components/statusCell.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/src/views/factory.vue b/src/views/factory.vue index 5813229..3d08c2d 100644 --- a/src/views/factory.vue +++ b/src/views/factory.vue @@ -16,11 +16,121 @@
- - + - - + + + + + + + + +
+ + + + +

这是第{{ item }}段文本

+
+
+
+
+
+
+ + + + + + + + + + +
+ + + + +

这是第{{ item }}段文本

+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + @@ -31,7 +141,40 @@ -