perf: 调整
This commit is contained in:
@ -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('')}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user