Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
X1627315083
2025-12-29 16:04:35 +08:00
5 changed files with 18 additions and 18 deletions

View File

@@ -303,6 +303,9 @@ const { isLoading } = toRefs(data);
background-color: #000;
}
}
.btnItem .text{
color: #000;
}
}
}
}

View File

@@ -281,6 +281,7 @@ const { styleListVue } = toRefs(dataDom);
height: 7.6rem;
.text{
font-size: 3.1rem;
color: #000;
font-family: satoshiMedium;
}
}
@@ -333,6 +334,9 @@ const { styleListVue } = toRefs(dataDom);
background-color: #000;
}
}
.btnItem .text{
color: #000;
}
}
}
</style>