完美
This commit is contained in:
@@ -65,16 +65,6 @@ export const DataRangeFields: React.FC<DataRangeFieldsProps> = ({
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
<p className={isMobile ? 'text-xs text-slate-500' : 'text-[10px] text-[#777]'}>
|
||||
将选 {rangeStats.selectedCount} 枚
|
||||
{rangeStats.selectedCount < rows.length && ` / 共 ${rows.length} 行`}
|
||||
{isMobile && rangeStats.selectedCount > 0 && (
|
||||
<span>
|
||||
{' '}
|
||||
· 约 {rangeStats.totalPages} 页 PDF
|
||||
</span>
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user