style: re-try字体颜色
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2025-12-29 15:37:54 +08:00
parent 32245b8931
commit 6b19672f1c
2 changed files with 4 additions and 0 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;
}
}