king
2022-12-06 0245e64a9dff794903e546c3bdf9fef7efeefdf1
src/tabviews/custom/components/share/normalTable/index.jsx
@@ -255,7 +255,7 @@
        <div>
          {photos.map((url, i) => (
            <Col key={i} span={col.span || 24}>
              <MkPicture style={{paddingTop}} scale={scale} url={url} urls={photos}/>
              <MkPicture style={{paddingTop, backgroundSize: col.backgroundSize || 'cover'}} scale={scale} url={url} urls={photos}/>
            </Col>
          ))}
        </div>