调整模板中心预览页面样式

This commit is contained in:
Apple 2022-07-12 15:11:00 +08:00
parent 123557e255
commit 14dafd4d67
2 changed files with 2 additions and 2 deletions

View File

@ -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> */}

View File

@ -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%' }}>