its_ui_vite 1.2.3 → 1.2.4
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.
- package/package.json +1 -1
- package/src/components/CSelect.vue +10 -0
package/package.json
CHANGED
|
@@ -651,7 +651,17 @@ defineExpose({
|
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
+
.c-select__inp_icon {
|
|
655
|
+
display: flex;
|
|
656
|
+
align-items: center;
|
|
657
|
+
justify-content: center;
|
|
658
|
+
}
|
|
659
|
+
|
|
654
660
|
.c-input__custom-icon {
|
|
661
|
+
display: flex;
|
|
662
|
+
align-items: center;
|
|
663
|
+
justify-content: center;
|
|
664
|
+
|
|
655
665
|
cursor: pointer;
|
|
656
666
|
|
|
657
667
|
opacity: 1;
|