@ticatec/uniface-element 0.1.70 → 0.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -602,6 +602,15 @@
|
|
|
602
602
|
text-align: right; /* 默认右对齐 */
|
|
603
603
|
padding-right: 16px;
|
|
604
604
|
}
|
|
605
|
+
.uniface-common-editor input.number-editor:focus {
|
|
606
|
+
text-align: left; /* 聚焦时左对齐 */
|
|
607
|
+
}
|
|
608
|
+
.uniface-common-editor input.number-editor[readonly] {
|
|
609
|
+
text-align: right; /* readonly 时保持右对齐 */
|
|
610
|
+
}
|
|
611
|
+
.uniface-common-editor input.number-editor[readonly]:focus {
|
|
612
|
+
text-align: right; /* readonly 且聚焦时保持右对齐 */
|
|
613
|
+
}
|
|
605
614
|
.uniface-common-editor input:focus {
|
|
606
615
|
outline: none;
|
|
607
616
|
}
|