element-ui 全局设置table的高度,要给table一个默认的高度,或者最大高度,但是在vue.use 设置了没有效果
Vue.use(Element, {
size: 'small',
'height': 300,
'max-height': '300px'
});
Vue.use(Table, {
'height': 800,
'max-height': 800,
});
这两种方式都不行,设置了没有效果### 问题描述
待解决
悬赏分:70
- 离问题结束还有 172天19小时51分29秒
点赞 0反对 0举报 0
收藏 0
分享 0
