fix: i18n & option card props

This commit is contained in:
AkaraChen
2024-12-09 10:08:19 +08:00
parent 3d283a11b6
commit ec1c03f0a3
5 changed files with 29 additions and 8 deletions

View File

@ -75,6 +75,10 @@
cursor: pointer;
}
.disabled {
cursor: not-allowed;
}
.indexItem.disabled:hover {
background-color: #fcfcfd;
border-color: #f2f4f7;