CN-926 fix: 样式细节优化

This commit is contained in:
chenjinsong
2023-03-10 21:15:09 +08:00
parent 64a6eac4a7
commit 1dee23435d
3 changed files with 8 additions and 7 deletions

View File

@@ -189,7 +189,7 @@
</template>
</el-table-column>
</el-table>
<div class="table-operation-all">
<!-- <div class="table-operation-all">
<el-checkbox v-model="checkboxAll" :indeterminate="isIndeterminate" @change="selectAll(tableData)"></el-checkbox>
<div class="table-operation-all-span">
<span>{{ $t('overall.all') }}</span>
@@ -200,7 +200,7 @@
<span>{{ $t('report.batchDeletion') }}</span>
</div>
</div>
</div>
</div>-->
</div>
</template>