@@ -84,6 +84,9 @@
}
};
const getindexallarticleEvent = async () => {
+ columnId.value = '0';
+ console.log( columnId.value);
+
const res = await getindexallarticle();
console.log(res);
newList.value = res.records;
diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/articleManagement/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/articleManagement/index.vue
index f969e95..77cd3c3 100644
--- a/jeecgboot-vue3/src/views/demo/main-home/components/articleManagement/index.vue
+++ b/jeecgboot-vue3/src/views/demo/main-home/components/articleManagement/index.vue
@@ -20,8 +20,8 @@
栏目列表
-
全部
-
{{ i.name }}
+
全部
+
{{ i.name }}
@@ -43,6 +43,8 @@
pageSize: 10,
pageNo: 1,
});
+ const columnId = ref('');
+
const newColumnList = ref([]);
const getindexcolumnEvent = async () => {
const res = await getindexcolumn();
@@ -63,7 +65,6 @@
newList.value = res.records;
total.value = res.total;
};
- const columnId = ref('');
const onChange = (page) => {
console.log(page);
page.pageNo = page;
@@ -74,6 +75,7 @@
}
};
const getindexallarticleEvent = async () => {
+ columnId.value = '0';
const res = await getindexgzdt();
console.log(res);
newList.value = res.records;
@@ -192,9 +194,9 @@
border-bottom: 1px solid #d9d9d9;
cursor: pointer;
}
- .item:hover {
- color: #002e97;
- }
+ .active{
+ color: #002e97 !important;
+ }
}
}
}
diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/columnManagement/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/columnManagement/index.vue
index 8a55f47..c62423a 100644
--- a/jeecgboot-vue3/src/views/demo/main-home/components/columnManagement/index.vue
+++ b/jeecgboot-vue3/src/views/demo/main-home/components/columnManagement/index.vue
@@ -20,8 +20,9 @@
栏目列表
-
全部
-
{{ i.name }}
+
+
全部
+
{{ i.name }}
@@ -43,6 +44,8 @@
pageSize: 10,
pageNo: 1,
});
+ const columnId = ref('');
+
const newColumnList = ref([]);
const getindexcolumnEvent = async () => {
const res = await getindexcolumn();
@@ -63,7 +66,6 @@
newList.value = res.records;
total.value = res.total;
};
- const columnId = ref('');
const onChange = (page) => {
console.log(page);
page.pageNo = page;
@@ -74,6 +76,7 @@
}
};
const getindexallarticleEvent = async () => {
+ columnId.value = '0'
const res = await getindexnotice();
console.log(res);
newList.value = res.records;
@@ -112,6 +115,7 @@
border-bottom: 2px solid #ccc;
padding-bottom: 45px;
margin-top: 40px;
+
.left {
width: 100px;
height: 100px;
@@ -192,9 +196,9 @@
border-bottom: 1px solid #d9d9d9;
cursor: pointer;
}
- .item:hover {
- color: #002e97;
- }
+ // .item:hover {
+ // color: #002e97;
+ // }
}
}
}
@@ -209,4 +213,7 @@
display: flex;
justify-content: center;
}
+ .active{
+ color: #002e97 !important;
+ }
diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/homePage/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/homePage/index.vue
index 830c12f..d2df64d 100644
--- a/jeecgboot-vue3/src/views/demo/main-home/components/homePage/index.vue
+++ b/jeecgboot-vue3/src/views/demo/main-home/components/homePage/index.vue
@@ -525,13 +525,13 @@
color: #fff;
}
:deep(:where(.css-dev-only-do-not-override-1hajlzy).ant-carousel .slick-dots) {
- justify-content: end;
- bottom: 4px;
- right: 5px;
+ justify-content: end !important;
+ bottom: 4px !important;
+ right: 5px !important;
}
:deep(:where(.css-dev-only-do-not-override-1hajlzy).ant-carousel .slick-dots li button) {
- width: 8px;
- height: 8px;
- border-radius: 50%;
+ width: 8px !important;
+ height: 8px !important;
+ border-radius: 50% !important;
}