fix
parent
22f4df0fa2
commit
164622b05b
|
|
@ -8,7 +8,7 @@
|
|||
&-progress-dot {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
border-radius: 2px;
|
||||
display: inline-block;
|
||||
|
||||
&-done { background: #52c41a; }
|
||||
|
|
|
|||
|
|
@ -85,10 +85,6 @@ const ProjectProgress = (props) => {
|
|||
getData();
|
||||
};
|
||||
|
||||
const handleView = (record) => {
|
||||
setCurrentRecord(record);
|
||||
setDetailModalVisible(true);
|
||||
};
|
||||
|
||||
const renderProgressDots = (nodes) => {
|
||||
if (!nodes || nodes.length === 0)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
&-progress-dot {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
border-radius: 2px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue