diff --git a/src/assets/scss/dataBoard/listBox.scss b/src/assets/scss/dataBoard/listBox.scss
index 5cf377130..3453e64f2 100644
--- a/src/assets/scss/dataBoard/listBox.scss
+++ b/src/assets/scss/dataBoard/listBox.scss
@@ -1,57 +1,57 @@
.g-pgi {
- min-height: 100%;
- box-sizing: border-box;
- padding: 0 25px 50px;
+ min-height: 100%;
+ box-sizing: border-box;
+ padding: 0 25px 50px;
}
.m-title {
- display: flex;
- align-items: center;
- margin-top: 15px;
+ display: flex;
+ align-items: center;
+ margin-top: 15px;
- .title_img {
- width: 17px;
- height: 17px;
- }
- .tip_title {
- margin-left: 8px;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #ffffff;
- line-height: 22px;
- }
+ .title_img {
+ width: 17px;
+ height: 17px;
+ }
+ .tip_title {
+ margin-left: 8px;
+ font-size: 16px;
+ font-family: PingFangSC-Medium, PingFang SC;
+ font-weight: 500;
+ color: #ffffff;
+ line-height: 22px;
+ }
- .title_line {
- margin-left: 8px;
- width: 244px;
- height: 1px;
- background: linear-gradient(270deg, rgba(55, 198, 255, 0.1) 0%, #1995ff 100%);
-
- }
+ .title_line {
+ margin-left: 8px;
+ width: 244px;
+ height: 1px;
+ background: linear-gradient(270deg, rgba(55, 198, 255, 0.1) 0%, #1995ff 100%);
+ }
+ .left10 {
+ margin-left: 10px;
+ }
+ .second-select {
+ margin: 0 10px 0 10px;
- .second-select {
- margin: 0 10px 0 10px;
+ ::v-deep .el-input {
+ width: 180px;
+ height: 36px;
+ .el-input__inner {
+ height: 100%;
+ padding: 0 10px;
+ color: #fff;
+ line-height: 36px;
+ background: #06186d;
+ border: 1px solid #1a64cc;
+ }
- ::v-deep .el-input {
- width: 180px;
- height: 36px;
- .el-input__inner {
- height: 100%;
- padding: 0 10px;
- color: #fff;
- line-height: 36px;
- background: #06186d;
- border: 1px solid #1a64cc;
- }
-
- .el-icon-arrow-up:before {
- content: "\e78f";
- }
- // .el-select__caret:before {
- // content: '\E790'
- // }
- }
- }
+ .el-icon-arrow-up:before {
+ content: '\e78f';
+ }
+ // .el-select__caret:before {
+ // content: '\E790'
+ // }
+ }
+ }
}
-
diff --git a/src/views/dataBoard/cpts/need-details.vue b/src/views/dataBoard/cpts/need-details.vue
new file mode 100644
index 000000000..316f8c40c
--- /dev/null
+++ b/src/views/dataBoard/cpts/need-details.vue
@@ -0,0 +1,233 @@
+
+