Browse Source

chore: fix lint

pull/7528/head
Jin Mao 1 month ago
parent
commit
a3598ef859
  1. 2
      packages/@core/ui-kit/shadcn-ui/src/ui/input/Input.vue

2
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> <style lang="scss" scoped>
input { input {
--ring: var(--primary); --ring: var(--primary);
&::-ms-reveal, &::-ms-reveal,
&::-ms-clear { &::-ms-clear {
display: none; display: none;

Loading…
Cancel
Save