Browse Source

(*)标题修改

master
peng.peng 1 year ago
parent
commit
231eb8865b
  1. BIN
      super-screen/client/assets/images/homepage/enter/row1-select.png
  2. BIN
      super-screen/client/assets/images/homepage/enter/row1.png
  3. BIN
      super-screen/client/assets/images/homepage/enter/title.png
  4. 2
      super-screen/client/src/index.js
  5. 4
      super-screen/client/src/sections/homePage/containers/style.less

BIN
super-screen/client/assets/images/homepage/enter/row1-select.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

BIN
super-screen/client/assets/images/homepage/enter/row1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 78 KiB

BIN
super-screen/client/assets/images/homepage/enter/title.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

2
super-screen/client/src/index.js

@ -4,4 +4,4 @@ import React from 'react';
import { render } from 'react-dom';
import App from './app';
render((<App projectName="昌南社会治理一体化平台" />), document.getElementById('App'));
render((<App projectName="智慧昌南" />), document.getElementById('App'));

4
super-screen/client/src/sections/homePage/containers/style.less

@ -106,8 +106,8 @@
position: absolute;
top: 4%;
left: 3%;
width: 575.35px;
height: 78px;
width: 378px;
height: 88px;
background: url('/assets/images/homepage/enter/title.png');
background-repeat: no-repeat;
background-size: 100% 100%;

Loading…
Cancel
Save