style: 文字颜色

This commit is contained in:
2025-12-29 15:35:38 +08:00
parent 9da2cd9dc2
commit 25852e7c5a

View File

@@ -296,6 +296,9 @@ const { select } = toRefs(data);
background-color: #000;
}
}
.btnItem .text{
color: #000;
}
}
}
</style>