Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite

This commit is contained in:
X1627315083
2025-11-11 13:44:42 +08:00
24 changed files with 6899 additions and 4256 deletions

View File

@@ -280,7 +280,8 @@ export default defineComponent({
setPageSize(rem) {
const historyTable = this.$refs.historyTable
const height = historyTable.offsetHeight
const size = Math.trunc((height - 110) / 54)
const itemHeight = historyTable.getElementsByClassName("ant-table-thead")[0]?.offsetHeight || 54;
const size = Math.trunc((height - 60 - itemHeight) / itemHeight)
this.pageSize = Math.max(1, size)
if (rem) {
this.currentPage = 1
@@ -771,7 +772,7 @@ export default defineComponent({
padding: 0 1rem;
.operate_item {
font-size: 1.4rem;
// font-size: 1.4rem;
font-family: Roboto;
font-weight: 400;
color: #007ee5;