|
@@ -71,7 +71,7 @@
|
|
|
|
|
|
|
|
const handleNavClick = (item: { name: string; path: string }) => {
|
|
const handleNavClick = (item: { name: string; path: string }) => {
|
|
|
if (!item.path) {
|
|
if (!item.path) {
|
|
|
- ElMessage.warning(`${item.name}功能建设中,暂无法访问`);
|
|
|
|
|
|
|
+ ElMessage.warning({ message: `${item.name}功能建设中,暂无法访问`, offset: 100, grouping: true });
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
activeNav.value = item.name;
|
|
activeNav.value = item.name;
|
|
@@ -106,7 +106,7 @@
|
|
|
color: #333;
|
|
color: #333;
|
|
|
border-radius: 4cpx;
|
|
border-radius: 4cpx;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
|
|
|
|
+ // transition: all 0.3s ease-in-out;
|
|
|
&.active {
|
|
&.active {
|
|
|
background: linear-gradient(180deg, #33afff, $primary-color);
|
|
background: linear-gradient(180deg, #33afff, $primary-color);
|
|
|
color: $white-color;
|
|
color: $white-color;
|