diff --git a/src/views/home/aside/comp/modals/FilterModal.vue b/src/views/home/aside/comp/modals/FilterModal.vue index 31e194f..6f47171 100644 --- a/src/views/home/aside/comp/modals/FilterModal.vue +++ b/src/views/home/aside/comp/modals/FilterModal.vue @@ -20,7 +20,7 @@ const show = ref(false); const cardStyle = { width: "800px", - height: "800px", + height: "830px", "--n-padding-bottom": "10px", "--n-padding-left": "10px", }; @@ -63,6 +63,7 @@ const columns: DataTableColumns = [ { title: "创建时间", key: "createtime", + width: 180 }, { title: "更新者", @@ -71,6 +72,7 @@ const columns: DataTableColumns = [ { title: "更新时间", key: "updatetime", + width: 180 }, ]; @@ -317,6 +319,7 @@ const inputHandler = debounce((word) => {