style: placeholder颜色

This commit is contained in:
2025-12-12 10:58:14 +08:00
parent 743b3f0ef6
commit 0ac6d6e93f

View File

@@ -775,6 +775,9 @@ export default defineComponent({
width: 10rem;
font-size: 1.2rem;
background: rgba(0, 0, 0, 0);
&::placeholder {
color: #c4c4c4;
}
}
.apply-btn {
cursor: pointer;