Commit 0dac1009 authored by 程恺文's avatar 程恺文

feat:背景图大小

parent f11f2723
...@@ -207,8 +207,6 @@ _createGuid() { ...@@ -207,8 +207,6 @@ _createGuid() {
.toUpperCase(); .toUpperCase();
} }
componentDidMount() { componentDidMount() {
console.log(this.props,this.props.global.logo,this.props.global.transformDevAssetsBaseURL('assets/images/广州/背景.png'));
console.log(this);
this.onActinoChange(this.state.action); this.onActinoChange(this.state.action);
this.getCurrentTime(this.showTime); this.getCurrentTime(this.showTime);
/* request(urlUtils.getUrl( /* request(urlUtils.getUrl(
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
height: 100%; height: 100%;
// background: url('@/assets/images/login/节水/广州大.png') no-repeat; // background: url('@/assets/images/login/节水/广州大.png') no-repeat;
background-size: cover; background-size: cover;
background-size:100% 100%; background-size:100% 100% !important;
background-attachment:fixed; background-attachment:fixed;
.head { .head {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment