求助大佬们,我在NInput 上找到了bordered 属性可以设置有无边框,但是我更想设置输入框只有底边框,我该如何实现? #7147
Replies: 1 comment
-
你可以尝试覆盖它的样式 .n-input__border,
.n-input__state-border {
border-radius: 0 !important;
border-top: none !important;
border-inline: none !important;
box-shadow: none !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
求助大佬们,我在NInput 上找到了bordered 属性可以设置有无边框,但是我更想设置输入框只要底边框,我该如何实现?
真诚地求教!原谅我的技术水平能力,我是完全新手。感谢naive-ui!
Beta Was this translation helpful? Give feedback.
All reactions