Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-client
This commit is contained in:
commit
490fdab81d
@ -86,7 +86,7 @@ async function doLogin() {
|
||||
<style scoped>
|
||||
.bg-image {
|
||||
/* background-image: linear-gradient(135deg, #5481fd 0%, #0e02b1 80%); */
|
||||
background-image: url('logo/logoBg.png');
|
||||
background-image: url('/logo/logoBg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 100% 100%;
|
||||
|
@ -93,7 +93,7 @@ async function doRegister() {
|
||||
<style scoped>
|
||||
.bg-image {
|
||||
/* background-image: linear-gradient(135deg, #5481fd 0%, #0e02b1 80%); */
|
||||
background-image: url('logo/logoBg.png');
|
||||
background-image: url('/logo/logoBg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 100% 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user