样式修改

This commit is contained in:
xixi 2024-08-19 11:03:44 +08:00
parent 25137ed168
commit 67db0b5844

View File

@ -684,7 +684,7 @@ export default function AiHelper(props: PropsType) {
const imgSrc = `${Axios.defaults?.baseURL}/route/file/v2/download/true/${item.previewImgs}`;
return (
<div key={item.loginpageId} className={item.codeTypePageId == codeTypePageId ? 'page-img-select page-img-selected' : 'page-img-select'}
style={{ marginRight: '10px', marginBottom: '10px', width: 210, height: 120, borderRadius: 15 }}
style={{ marginRight: '10px', marginBottom: '20px', width: 210, height: 110, borderRadius: 15 }}
onClick={() => {
// setSelectedId(item.codeTypePageId)
// setSelectedImg(item.previewImgs)
@ -712,7 +712,7 @@ export default function AiHelper(props: PropsType) {
src={imgSrc}
preview={false}
// width={265} height={135}
width={210} height={120}
width={210} height={110}
style={{ borderRadius: 15 }} />
</div>