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