DataV-Team / DataV

Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)
http://datav.jiaminghi.com
MIT License
8.98k stars 1.77k forks source link

dv-scroll-board 组件设置列宽度不起作用 #312

Open bbhxwl opened 1 year ago

bbhxwl commented 1 year ago

dv-scroll-board 组件,在vue2最新版本,使用的组合式api,

bbhxwl commented 1 year ago

image

bbhxwl commented 1 year ago

只有下面这样的代码起作用。但是效果不好 ::v-deep .header-item:nth-child(4), ::v-deep .ceil:nth-child(4) { width: 120px!important; }

bbhxwl commented 1 year ago

我知道了。。。。怎么设置某一个列宽度,其他自动