king
2022-12-06 91e232bb0b910f3670bdbccd65cc218d55e1eda9
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>