• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

miaoxing / admin / 9818021658

06 Jul 2024 08:44AM UTC coverage: 24.307%. Remained the same
9818021658

push

github

twinh
feat: 样式改为 tailwind 类名

20 of 82 branches covered (24.39%)

0 of 2 new or added lines in 2 files covered. (0.0%)

149 of 613 relevant lines covered (24.31%)

2.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/components/TableImages.jsx
1
import {Image} from 'antd';
2
import propTypes from 'prop-types';
3

4
const TableImages = ({images, width = 60}) => (
4!
5
  <Image.PreviewGroup>
×
NEW
6
    {images.map(image => <div key={image} className="mr-2 mb-2 inline">
×
7
      <Image width={width} src={image}/>
8
    </div>)}
9
  </Image.PreviewGroup>
10
);
11

12
TableImages.propTypes = {
4✔
13
  images: propTypes.array,
14
  width: propTypes.number,
15
};
16

17
export default TableImages;
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc