diff --git a/frontend/src/components/PGTable.vue b/frontend/src/components/PGTable.vue index c49de89060d0519b275bc72f22c15df7970ebd8a..ceb89675f16257da23836f56d2dd1893db30991c 100644 --- a/frontend/src/components/PGTable.vue +++ b/frontend/src/components/PGTable.vue @@ -53,6 +53,7 @@ const props = defineProps({ .header { width: 100%; height: 6%; + min-height: 40px; border-radius: 6px 6px 0 0; background: linear-gradient(to right, rgb(11, 35, 117) 0%, rgb(96, 122, 207) 100%, ); display: flex; diff --git a/frontend/src/views/Batch/Batch.vue b/frontend/src/views/Batch/Batch.vue index 61137e2f6040b207112f0555831b088358838091..a5dde7ff016b5bd7fc2e70d888c36bff53cb8f5b 100644 --- a/frontend/src/views/Batch/Batch.vue +++ b/frontend/src/views/Batch/Batch.vue @@ -34,6 +34,6 @@ const batches = ref([]) \ No newline at end of file diff --git a/frontend/src/views/User/User.vue b/frontend/src/views/User/User.vue index a5cf607b166c1e5248790b1e0934f5d6903ad967..080ff10a6c6b104c5f4f7113006128e7aeacd808 100644 --- a/frontend/src/views/User/User.vue +++ b/frontend/src/views/User/User.vue @@ -1,12 +1,44 @@ - + + + + + + 搜索 + + 添加 + 删除 + 导出 + 批量导入 + + + + \ No newline at end of file