-
+
+
+
{{ item.name }}
-
+
@@ -366,9 +386,10 @@ onMounted(()=>{
}
&-bar {
- background-color: #e8e8e8;
- width: 100%;
+ background-color: #f8f8f8;
+ width: calc(100% + 12px);
margin-top: 20px;
+ color: #333333;
}
&-footer {
@@ -422,6 +443,10 @@ onMounted(()=>{
align-items: center;
}
+ .fix {
+ cursor: default !important;
+ }
+
.disable-check {
color: gainsboro;
}
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) => {
{
layout()
})
-const timeRange = ref('99')
+const timeRange = ref('')
const timeLabel = computed(() => {
const item = timeOptions.find((option) => {
return option.value === timeRange.value
@@ -333,14 +333,15 @@ function previewHandler(index: number,event: MouseEvent) {
- {{ viewLabel || '请选择' }}
+
+ 视图
-
+
共 {{ totalCount }} 项