mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
Limit Border Size 200 (MAX) and content overflow visiblity hidden
This commit is contained in:
parent
f05e8c7a9b
commit
86f1de9f23
@ -118,7 +118,7 @@ class ConfigCover extends React.Component {
|
|||||||
<div className="d-flex flex-row">
|
<div className="d-flex flex-row">
|
||||||
<div className="input-sm">
|
<div className="input-sm">
|
||||||
<label>Size</label>
|
<label>Size</label>
|
||||||
<input type="number" className="form-control " value={this.state.borderSize} onChange={(e) => this.setState({ borderSize: e.target.value })} />
|
<input type="number" max="200" className="form-control " value={this.state.borderSize} onChange={(e) => this.setState({ borderSize: e.target.value })} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="input-sm">
|
<div className="input-sm">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
width:800px;
|
width:800px;
|
||||||
padding:90px;
|
padding:90px;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
|
overflow-y: hidden;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user