diff --git a/src/assets/img/shuju/command/ico2/IS_XFRY.png b/src/assets/img/shuju/command/ico2/IS_XFRY.png
new file mode 100644
index 000000000..484d4fa78
Binary files /dev/null and b/src/assets/img/shuju/command/ico2/IS_XFRY.png differ
diff --git a/src/assets/img/shuju/command/ico3/IS_XFRY.png b/src/assets/img/shuju/command/ico3/IS_XFRY.png
new file mode 100644
index 000000000..9dc9cded7
Binary files /dev/null and b/src/assets/img/shuju/command/ico3/IS_XFRY.png differ
diff --git a/src/assets/scss/modules/visual/c/common.scss b/src/assets/scss/modules/visual/c/common.scss
index 0f86e52d4..c7900667e 100644
--- a/src/assets/scss/modules/visual/c/common.scss
+++ b/src/assets/scss/modules/visual/c/common.scss
@@ -17,3 +17,23 @@
background: darken(#0c81fe, 20);
}
}
+
+@mixin scrollBar2 {
+ &::-webkit-scrollbar {
+ /*滚动条整体样式*/
+ width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
+ height: 1px;
+ }
+ &::-webkit-scrollbar-thumb {
+ /*滚动条里面小方块*/
+ border-radius: 8px;
+ box-shadow: inset 0 0 5px rgba(#000, 0.1);
+ background: linear-gradient(270deg, #999, #ddd);
+ }
+ &::-webkit-scrollbar-track {
+ /*滚动条里面轨道*/
+ box-shadow: inset 0 0 5px rgba(#000, 0.1);
+ border-radius: 8px;
+ background: darken(#999, 20);
+ }
+}
diff --git a/src/views/modules/visual/command/cpts/demandInfo.vue b/src/views/modules/visual/command/cpts/demandInfo.vue
new file mode 100644
index 000000000..720ed9820
--- /dev/null
+++ b/src/views/modules/visual/command/cpts/demandInfo.vue
@@ -0,0 +1,176 @@
+
+
+ 新增需求
+
+
+ 需求详情
+
+