perf: 调整

This commit is contained in:
rd
2025-09-05 17:02:01 +08:00
parent 6b8950ca4d
commit a1823d08a9
7 changed files with 29 additions and 29 deletions

View File

@ -237,7 +237,7 @@ export default {
{dataSource.value.length > 0 && selectedRows.value.length > 0 && (
<div
class={[
'tip-row flex justify-between px-16px py-10px w-100% mb-16px h-42px',
'tip-row flex justify-between px-16px py-10px w-100% mb-16px h-48px items-center',
selectedRows.value.length > 0 ? ' selected' : '',
].join('')}
>