固定列示例去掉容器宽度限制
This commit is contained in:
parent
df0756c5fb
commit
66a0a05ac9
|
@ -26,7 +26,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.demo25{
|
.demo25{
|
||||||
width: 700px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.u-table-filter-column-filter-icon{
|
.u-table-filter-column-filter-icon{
|
||||||
|
|
|
@ -81,7 +81,7 @@ class Demo35 extends Component {
|
||||||
this.currentRecord = record;
|
this.currentRecord = record;
|
||||||
}
|
}
|
||||||
getHoverContent=()=>{
|
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() {
|
render() {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -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
|
@ -10471,7 +10471,6 @@ li.rc-time-picker-panel-select-option-disabled:hover {
|
||||||
background: #e3f2fd; }
|
background: #e3f2fd; }
|
||||||
|
|
||||||
.demo25 {
|
.demo25 {
|
||||||
width: 700px;
|
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
.demo25 .u-table-filter-column-filter-icon {
|
.demo25 .u-table-filter-column-filter-icon {
|
||||||
right: 15px; }
|
right: 15px; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue