样式修改
This commit is contained in:
parent
25137ed168
commit
67db0b5844
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user