Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user