dev-tmp1
tangjie 2026-08-13 13:46:22 +08:00
parent 22f4df0fa2
commit 164622b05b
3 changed files with 2 additions and 6 deletions

View File

@ -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; }

View File

@ -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)

View File

@ -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;