diff --git a/src/forge/Issues/Component/datas.jsx b/src/forge/Issues/Component/datas.jsx
index 73e795761..7a9b29497 100644
--- a/src/forge/Issues/Component/datas.jsx
+++ b/src/forge/Issues/Component/datas.jsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Checkbox } from 'antd';
+import { Checkbox , Tooltip } from 'antd';
import issue from '../Img/issue.png';
// issue列表显示
@@ -17,7 +17,7 @@ function Datas(){
如何参与到项目的开发,提升技术能力?
-
invalid
+
invalid

@@ -28,15 +28,116 @@ function Datas(){
-
+
-
-
+
+
+
+ 紧急
+ #2
+
+
+
+

+
如何参与到项目的开发,提升技术能力?
+
test
+
+
+

+
张嘉佳
+
2022/11/25 15:25 发布
+
2022/11/29 15:25更新
+
里程碑名称标题
+
+
+
+
-
-
+
+
+
+ 高
+ #3
+
+
+
+

+
如何参与到项目的开发,提升技术能力?
+
feature
+
+
+

+
张嘉佳
+
2022/11/25 15:25 发布
+
2022/11/29 15:25更新
+
里程碑名称标题
+
+
+
+
+
+
+
+
+
+ 低
+ #3
+
+
+
+

+
如何参与到项目的开发,提升技术能力?
+
feature
+
+
+

+
张嘉佳
+
2022/11/25 15:25 发布
+
2022/11/29 15:25更新
+
里程碑名称标题
+
+
+
+
)
diff --git a/src/forge/Issues/Pages/list.jsx b/src/forge/Issues/Pages/list.jsx
index bd265fd31..a16885e90 100644
--- a/src/forge/Issues/Pages/list.jsx
+++ b/src/forge/Issues/Pages/list.jsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Dropdown , Menu , Icon , Input , Checkbox } from 'antd';
+import { Dropdown , Menu , Icon , Input , Checkbox , Pagination } from 'antd';
import bj from '../Img/biaoji.png';
import create from '../Img/create.png';
import { Link } from 'react-router-dom';
@@ -51,6 +51,9 @@ function List(props){
+
)
diff --git a/src/forge/Issues/index.scss b/src/forge/Issues/index.scss
index 3b1ad14f0..f1f773f45 100644
--- a/src/forge/Issues/index.scss
+++ b/src/forge/Issues/index.scss
@@ -140,6 +140,15 @@
&.normal{
background-color:#28be6c;
}
+ &.hight{
+ background-color: #db7c1d;
+ }
+ &.urgent{
+ background-color: #db3d1d;
+ }
+ &.low{
+ background-color: #1abcb1;
+ }
}
.number{
background-color:rgba(213, 220, 246, 0.36);
@@ -174,4 +183,38 @@
border-radius: 50%;
}
}
+ .issuecondition{
+ display: flex;
+ align-items: center;
+ color: #40424a;
+ .principal{
+ position: relative;
+ height: 30px;
+ img,span{
+ width: 20px;
+ height: 20px;
+ border-radius: 50%;
+ position: absolute;
+ right: 0px;
+ bottom: 4px;
+ }
+ span{
+ background-color:#ced5ef;
+ text-align: center;
+ line-height: 12px;
+ color:#000000;
+ z-index: 6;
+ }
+ }
+ &>div{
+ width: 106px;
+ text-align: right;
+ }
+ .commentnum{
+ padding-right: 5px;
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ }
+ }
}
\ No newline at end of file