|
@@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react'
|
|
|
import { Button, Table, Input, Message, Loading, Radio, Balloon } from '@alifd/next';
|
|
import { Button, Table, Input, Message, Loading, Radio, Balloon } from '@alifd/next';
|
|
|
import { CustomMessage } from '@/components/CustomMessage'
|
|
import { CustomMessage } from '@/components/CustomMessage'
|
|
|
import { urlToFile } from './utils';
|
|
import { urlToFile } from './utils';
|
|
|
|
|
+import IconCom from '@/components/IconCom';
|
|
|
const RadioGroup = Radio.Group
|
|
const RadioGroup = Radio.Group
|
|
|
|
|
|
|
|
export default function DesignPic() {
|
|
export default function DesignPic() {
|
|
@@ -746,7 +747,7 @@ export default function DesignPic() {
|
|
|
<Table.Column title="文字" cell={text_render} align="center" />
|
|
<Table.Column title="文字" cell={text_render} align="center" />
|
|
|
<Table.Column title="图片" cell={pic_render} align="center" />
|
|
<Table.Column title="图片" cell={pic_render} align="center" />
|
|
|
<Table.Column title={<div className='flex justify-center items-center'>
|
|
<Table.Column title={<div className='flex justify-center items-center'>
|
|
|
- <div>操作</div><Balloon v2 closable={false} trigger={<a style={{ marginLeft: 5, display: "block", width: 20, height: 20, borderRadius: "50%", border: "1px solid", padding: 3, textDecoration: 'none' }}>?</a>} align="t" triggerType="hover" style={{ width: 300 }}>
|
|
|
|
|
|
|
+ <div>操作</div><Balloon v2 closable={false} trigger={<a><IconCom type="info" _style={{cursor:'pointer', marginLeft: 5}} /></a>} align="t" triggerType="hover" style={{ width: 300 }}>
|
|
|
图片上传失败时,请重新点击上传定制信息按钮
|
|
图片上传失败时,请重新点击上传定制信息按钮
|
|
|
</Balloon>
|
|
</Balloon>
|
|
|
</div>} cell={option_render} align="center" />
|
|
</div>} cell={option_render} align="center" />
|