解决素材云批量上传弹框组件样式问题
This commit is contained in:
@@ -1500,7 +1500,7 @@ const GeneratedRecord: React.FC = () => {
|
||||
title: '授权账户角色',
|
||||
dataIndex: 'accountRole',
|
||||
key: 'accountRole',
|
||||
width: 200,
|
||||
width: 160,
|
||||
render: (role: string) => {
|
||||
const roleMap: Record<string, string> = {
|
||||
ADVERTISER: '客户',
|
||||
@@ -1548,10 +1548,12 @@ const GeneratedRecord: React.FC = () => {
|
||||
}}
|
||||
rowKey="id"
|
||||
size="small"
|
||||
scroll={{ x: 'max-content' }}
|
||||
onRow={(record) => ({
|
||||
onClick: () => {
|
||||
const id = String(record.id);
|
||||
setSelectedOauthItems({ value: id, label: String(record.accountUserid) });
|
||||
setOauthSelectOpen(false);
|
||||
},
|
||||
style: {
|
||||
cursor: 'pointer',
|
||||
|
||||
Reference in New Issue
Block a user