iview Table使用 slot-scope 編輯模式 添加select下拉框被table遮住

iview 使用slot-scope 編輯 table  行添加select下拉框遮罩問題

解決方法:

.ivu-table-body{
  position: fixed !important;
}

覆蓋ivu-table-body定位樣式 

完成
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章