基础设施-图片更改
This commit is contained in:
parent
0f46b15fab
commit
52eb566ca6
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
|
@ -38,6 +38,8 @@
|
||||||
? 'yyzy'
|
? 'yyzy'
|
||||||
: item.applicationType == '智能算法'
|
: item.applicationType == '智能算法'
|
||||||
? 'znsf'
|
? 'znsf'
|
||||||
|
: item.type == '基础设施'
|
||||||
|
? 'jcss'
|
||||||
: 'gis'
|
: 'gis'
|
||||||
"
|
"
|
||||||
></div>
|
></div>
|
||||||
|
@ -514,6 +516,10 @@
|
||||||
background: url('~@/assets/home/yyzy-bg.png') no-repeat;
|
background: url('~@/assets/home/yyzy-bg.png') no-repeat;
|
||||||
background-size: 120px 110px;
|
background-size: 120px 110px;
|
||||||
}
|
}
|
||||||
|
.jcss {
|
||||||
|
background: url('~@/assets/home/jcss-bg.png') no-repeat;
|
||||||
|
background-size: 100%;
|
||||||
|
}
|
||||||
.znsf {
|
.znsf {
|
||||||
background: url('~@/assets/home/znsf-bg.png') no-repeat;
|
background: url('~@/assets/home/znsf-bg.png') no-repeat;
|
||||||
background-size: 120px 110px;
|
background-size: 120px 110px;
|
||||||
|
|
Loading…
Reference in New Issue