diff --git a/src/components/u-select.vue/index.css b/src/components/u-select.vue/index.css index 4347e96c8..cef87d884 100644 --- a/src/components/u-select.vue/index.css +++ b/src/components/u-select.vue/index.css @@ -547,3 +547,7 @@ .preview .placeholder { color: var(--select-color); } + +.preview.root { + padding-left: 0; +} \ No newline at end of file