设置ai生成提示

This commit is contained in:
lyp 2024-12-26 10:08:08 +08:00
parent 027a3020ac
commit c94920614a
2 changed files with 4 additions and 10 deletions

View File

@ -460,9 +460,7 @@ export default function CardProj(props: any) {
}}>
<img src={setImg} alt="" />
<div
style={{
textWrap: 'nowrap',
}}
></div>
</div>
<div className='threeBtn' onClick={() => {
@ -477,9 +475,7 @@ export default function CardProj(props: any) {
}}>
<img src={menuImg} alt="" />
<div
style={{
textWrap: 'nowrap',
}}
>({data.projModCount})</div>
</div>
<div className='threeBtn rightBit' onClick={() => {
@ -495,9 +491,7 @@ export default function CardProj(props: any) {
}}>
<img src={orderImg} alt="" />
<div
style={{
textWrap: 'nowrap',
}}
>({data.projModCount})</div>
</div>
</div>

View File

@ -293,7 +293,7 @@
display: flex;
margin-left: 18px;
margin-right: 10px;
/* margin-right: 10px; */
}
.threeBtn {