解决第三模块中head文字问题
This commit is contained in:
parent
3747f5f4ec
commit
98907595f6
BIN
src/assets/images/groupEvolution/page-title.png
Normal file
BIN
src/assets/images/groupEvolution/page-title.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 557 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 684 KiB |
559
src/assets/images/navigation/head.svg
Normal file
559
src/assets/images/navigation/head.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.6 MiB |
|
|
@ -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%);
|
||||
|
|
|
|||
|
|
@ -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%);
|
||||
|
|
|
|||
|
|
@ -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%);
|
||||
|
|
|
|||
|
|
@ -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%);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
<!-- 中间内容区域 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user