opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.58k stars 254 forks source link

✨ [Feature]: tiny-input 边框设成0,无效 #1607

Open zhouxiaobai518 opened 5 months ago

zhouxiaobai518 commented 5 months ago

What problem does this feature solve

What does the proposed API look like

What is your project name

test

Issues-translate-bot commented 5 months ago

Bot detected the issue body's language is not English, translate it automatically.


Title: ✨ [Feature]: tiny-input border is set to 0, invalid

shenjunjian commented 2 months ago

原因: .tiny-input 这一层本来就没有边框。 可见的边框是加在 内部元素上的: image

办法: 可以通过 .demo-input .tiny-input__inner { .......... } 来覆盖样式。

建议: 不建议你覆盖组件样式