瀏覽代碼

chore: fix lint

Jin Mao 4 月之前
父節點
當前提交
a3598ef859
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/@core/ui-kit/shadcn-ui/src/ui/input/Input.vue

+ 1 - 1
packages/@core/ui-kit/shadcn-ui/src/ui/input/Input.vue

@@ -33,7 +33,7 @@ const modelValue = useVModel(props, 'modelValue', emits, {
 <style lang="scss" scoped>
 input {
   --ring: var(--primary);
-  
+
   &::-ms-reveal,
   &::-ms-clear {
     display: none;