Gallery 更新
This commit is contained in:
parent
e6c2d50c18
commit
32d75a4d94
|
@ -147,7 +147,6 @@
|
|||
margin-right: 10px;
|
||||
border: var(--border-color) solid 1px;
|
||||
font-size: 18px;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.Qr-s-gallery {
|
||||
|
|
|
@ -44,7 +44,7 @@ const PartMore = () => {
|
|||
{
|
||||
pictures.map((url) => (
|
||||
<LazyLoad offsetVertical={200}>
|
||||
<ImageZoom zoom={zoom.current} background={"rgba(0, 0, 0, 0.75)"} className="Qr-gallery-image" src={url}/>
|
||||
<ImageZoom zoom={zoom.current} background={"rgba(0, 0, 0, 0.8)"} className="Qr-gallery-image" src={url}/>
|
||||
</LazyLoad>
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue