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和导航 -->
|
<!-- 统一显示logo和导航 -->
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<!-- 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="">
|
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 |
@ -1022,7 +1022,7 @@ $light_gray: #eee;
|
|||||||
$dark_gray: #889aa4;
|
$dark_gray: #889aa4;
|
||||||
|
|
||||||
.main-box {
|
.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;
|
background-size: cover;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user