Commit eb6c0386 authored by 田翔's avatar 田翔

fix: 图片模式下还能显示文件名称

parent 03e46a17
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.2.7", "version": "5.2.8",
"description": "5.2.7 图片模式下还能显示文件名称", "description": "5.2.8 图片模式下还能显示文件名称修复",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -339,7 +339,7 @@ const SearchGroup = forwardRef((props, ref) => { ...@@ -339,7 +339,7 @@ const SearchGroup = forwardRef((props, ref) => {
parent !== '台账选择器' ? ( parent !== '台账选择器' ? (
<div className={styles.controlBtns}> <div className={styles.controlBtns}>
{ {
enableImportExport ? ( enableImportExport && !notUse?.includes('other') ? (
<Dropdown.Button <Dropdown.Button
style={{ marginLeft: '20px' }} style={{ marginLeft: '20px' }}
icon={<DownOutlined />} icon={<DownOutlined />}
...@@ -350,7 +350,7 @@ const SearchGroup = forwardRef((props, ref) => { ...@@ -350,7 +350,7 @@ const SearchGroup = forwardRef((props, ref) => {
) : null ) : null
} }
{ {
enableBatchOperation ? ( enableBatchOperation && batchMenu.length ? (
<Dropdown.Button <Dropdown.Button
style={{ marginLeft: '20px' }} style={{ marginLeft: '20px' }}
icon={<DownOutlined />} icon={<DownOutlined />}
......
...@@ -43,8 +43,7 @@ ...@@ -43,8 +43,7 @@
} }
.uploadBoxImg { .uploadBoxImg {
.@{ant-prefix}-upload-list-item-thumbnail { .@{ant-prefix}-upload-list-item-name {
position: absolute; display: none;
z-index: 1;
} }
} }
\ No newline at end of file
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