amiya icon indicating copy to clipboard operation
amiya copied to clipboard

样式不生效问题

Open aiyudeleng opened this issue 1 year ago • 1 comments

全局引入样式会破坏我已有的样式设计,单独按需引入时不生效。请教怎么解决? 如下图所示,以按需引入Input样式 image

aiyudeleng avatar Mar 14 '24 03:03 aiyudeleng

可以在页面引入对应组件的样式,可以试试这样子

@import "antd/es/table/style/index.less";

viewweiwu avatar Jul 09 '24 13:07 viewweiwu