feat(Field): imporve readonly cursor

This commit is contained in:
陈嘉涵
2020-01-16 10:03:52 +08:00
parent 959eca136c
commit 60173dd6bc
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -43,6 +43,10 @@
opacity: 1;
}
&:read-only {
cursor: default;
}
&--center {
text-align: center;
}