解决第三模块中head文字问题

This commit is contained in:
duanhao 2025-08-15 14:04:54 +08:00
parent 3747f5f4ec
commit 98907595f6
8 changed files with 565 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -175,7 +175,8 @@ onMounted(async () => {
.top-container {
width: 100%;
height: 88px;
background-image: url(@/assets/images/linkPrediction/title/page-title.png);
background-image: url(@/assets/images/groupEvolution/page-title.png);
background-repeat: no-repeat;
background-size: cover;
fill: linear-gradient(270deg, rgba(6, 61, 113, 0.1) 0%, rgba(8, 30, 56, 0.38) 100%);

View File

@ -152,7 +152,7 @@ onMounted(() => {
.top-container {
width: 100%;
height: 88px;
background-image: url(@/assets/images/linkPrediction/title/page-title.png);
background-image: url(@/assets/images/groupEvolution/page-title.png);
background-repeat: no-repeat;
background-size: cover;
fill: linear-gradient(270deg, rgba(6, 61, 113, 0.1) 0%, rgba(8, 30, 56, 0.38) 100%);

View File

@ -182,7 +182,7 @@ onMounted(async () => {
.top-container {
width: 100%;
height: 88px;
background-image: url(@/assets/images/linkPrediction/title/page-title.png);
background-image: url(@/assets/images/groupEvolution/page-title.png);
background-repeat: no-repeat;
background-size: cover;
fill: linear-gradient(270deg, rgba(6, 61, 113, 0.1) 0%, rgba(8, 30, 56, 0.38) 100%);

View File

@ -193,7 +193,7 @@ onMounted(async () => {
.top-container {
width: 100%;
height: 88px;
background-image: url(@/assets/images/linkPrediction/title/page-title.png);
background-image: url(@/assets/images/groupEvolution/title/page-title.png);
background-repeat: no-repeat;
background-size: cover;
fill: linear-gradient(270deg, rgba(6, 61, 113, 0.1) 0%, rgba(8, 30, 56, 0.38) 100%);

View File

@ -2,7 +2,7 @@
<el-container class="navigation-container">
<!-- 头部区域 -->
<el-header class="header">
<img src="@/assets/images/navigation/head.png" alt="头部图片" class="header-image" />
<img src="@/assets/images/navigation/head.svg" alt="头部图片" class="header-image" />
</el-header>
<!-- 中间内容区域 -->