固定列示例去掉容器宽度限制

This commit is contained in:
yangchch6 2019-03-11 13:25:40 +08:00
parent df0756c5fb
commit 66a0a05ac9
8 changed files with 6 additions and 16 deletions

View File

@ -26,7 +26,6 @@
}
.demo25{
width: 700px;
height: 100%;
.u-table-filter-column-filter-icon{

View File

@ -81,7 +81,7 @@ class Demo35 extends Component {
this.currentRecord = record;
}
getHoverContent=()=>{
return <div className="opt-btns"><Button colors="primary" onClick={this.delFun}>删除</Button> </div>
return <div className="opt-btns"><Button colors="primary" size="sm" onClick={this.delFun}>删除</Button> </div>
}
render() {
return (

View File

@ -1,8 +0,0 @@
.opt-btns{
// button{
// background: #505F79 ;
// height: 26px;
// color:#FFFFFF;
// line-height: 26px;
// }
}

File diff suppressed because one or more lines are too long

1
dist/demo.css vendored
View File

@ -10471,7 +10471,6 @@ li.rc-time-picker-panel-select-option-disabled:hover {
background: #e3f2fd; }
.demo25 {
width: 700px;
height: 100%; }
.demo25 .u-table-filter-column-filter-icon {
right: 15px; }

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

4
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long