调整模板中心预览页面样式
This commit is contained in:
parent
123557e255
commit
14dafd4d67
|
@ -435,7 +435,7 @@ export default class acclist extends React.Component {
|
||||||
slot={date}
|
slot={date}
|
||||||
tabs={this.state.tabList}
|
tabs={this.state.tabList}
|
||||||
tabChange={this.tabFn.bind(this)}
|
tabChange={this.tabFn.bind(this)}
|
||||||
width={150}>
|
width={130}>
|
||||||
<div className='codetable dflexajce'>
|
<div className='codetable dflexajce'>
|
||||||
{/* <Button type="primary" icon="plus" onClick={this.clickFn.bind(this)}>新建兑换码</Button> */}
|
{/* <Button type="primary" icon="plus" onClick={this.clickFn.bind(this)}>新建兑换码</Button> */}
|
||||||
{/* <Button type="info">批量操作</Button> */}
|
{/* <Button type="info">批量操作</Button> */}
|
||||||
|
|
|
@ -435,7 +435,7 @@ export default class mytemplate extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
{this.state.preview_visible ? (
|
{this.state.preview_visible ? (
|
||||||
<div>
|
<div>
|
||||||
<div className="modal" style={{ background: 'rgba(0,0,0,0.8)' }}></div>
|
<div className="modal" style={{ background: 'rgba(0,0,0,0.8)',zIndex:999 }}></div>
|
||||||
<div className="preview-box">
|
<div className="preview-box">
|
||||||
<Icon type="close" className="preview-top-close" onClick={(e) => { this.onClose(e) }} />
|
<Icon type="close" className="preview-top-close" onClick={(e) => { this.onClose(e) }} />
|
||||||
<div style={{ height: '100%' }}>
|
<div style={{ height: '100%' }}>
|
||||||
|
|
Loading…
Reference in New Issue