updata
This commit is contained in:
parent
649f93e02a
commit
fe55450706
BIN
f/web-kboss/src - 快捷方式.lnk
Normal file
BIN
f/web-kboss/src - 快捷方式.lnk
Normal file
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
<!-- 统一显示logo和导航 -->
|
||||
<div class="logo">
|
||||
<!-- Logo图片,点击跳转首页 -->
|
||||
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="$router.push(homePath)" style="cursor:pointer;"
|
||||
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="goHome" style="cursor:pointer;"
|
||||
class="logoImg" :src="logoInfoNew.home.logoImg || ''" alt="">
|
||||
|
||||
<!-- 主导航菜单 -->
|
||||
|
||||
BIN
f/web-kboss/src/views/login/img/banner.png
Normal file
BIN
f/web-kboss/src/views/login/img/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 MiB |
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div @keyup.enter.native="handleLogin('loginForm')" class="main-box" style="position: relative">
|
||||
<div @keyup.enter.native="handleLogin('loginForm')" class="main-box" style="position: relative ">
|
||||
<!-- 广告弹窗(当前未启用) -->
|
||||
<div class="ad-dialog" v-if="adShow">
|
||||
<div class="showAdImg" style=""></div>
|
||||
@ -1022,7 +1022,7 @@ $light_gray: #eee;
|
||||
$dark_gray: #889aa4;
|
||||
|
||||
.main-box {
|
||||
background: url('/static/img/banner.png') no-repeat center center;
|
||||
background: url('/static/img/banner.0798e703.png') no-repeat center center;
|
||||
background-size: cover;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user