修改 key表格样式
This commit is contained in:
parent
43adddd11f
commit
ef95bf21fc
|
@ -467,7 +467,7 @@ export default class acclist extends React.Component {
|
|||
)
|
||||
return (
|
||||
<div id='dislist'>
|
||||
<TabPage tabs={this.state.tabList}>
|
||||
<TabPage tabs={this.state.tabList} style={{ paddingBottom: 0 }}>
|
||||
<div className='distable dflexj' style={{ paddingBottom: 0 }}>
|
||||
<KeysFind
|
||||
onQuery={(va) => {
|
||||
|
@ -511,7 +511,7 @@ export default class acclist extends React.Component {
|
|||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div className='code-table'>
|
||||
<div>
|
||||
{this.state.selectiondata.length > 0 ? (
|
||||
<Alert
|
||||
type='info'
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
border-top: 1px solid #e0e0e0;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
.zent-btn-disabled{
|
||||
background-color: #FFFFFF !important;
|
||||
|
||||
.zent-btn-disabled {
|
||||
background-color: #FFFFFF !important;
|
||||
}
|
Loading…
Reference in New Issue