Commit 2b3544c5 authored by 田翔's avatar 田翔

fix: 前端页面中,附件图片的下载按钮位黑色,需要修改为白色,和其他按钮统一

parent 821ffaff
{
"name": "panda-xform",
"version": "2.5.4",
"description": "2.5.4: 计算规则配置后强行只读",
"version": "2.5.5",
"description": "2.5.5: 前端页面中,附件图片的下载按钮位黑色,需要修改为白色,和其他按钮统一",
"keywords": [
"panda-xform"
],
......
......@@ -71,7 +71,7 @@ const widgetData = {
'CascadeSelector': { name: '联级选择', type: '选择器控件' },
'PersonSelector': { name: '人员选择', type: '业务控件' },
'DeptSelector': { name: '部门选择', type: '业务控件' },
'AccountSelector': { name: '部门选择', type: '业务控件' },
'AccountSelector': { name: '台账选择', type: '业务控件' },
'DateTime': { name: '日期选择', type: '时间控件' },
'Time': { name: '时间选择', type: '时间控件' },
'FileUpload': { name: '附件', type: '附件控件' },
......
......@@ -68,7 +68,7 @@ const FileUpload = (props) => {
showUploadList: download ?
{
showDownloadIcon: '下载',
downloadIcon: <ArrowDownOutlined />,
downloadIcon: <ArrowDownOutlined style={{ color: 'white' }} />,
} : {},
beforeUpload(file, fileList) {
/** @Tips: 解决提交文件中存在特殊字符的问题 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment