Commit eb6c0386 authored by 田翔's avatar 田翔

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

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