forked from mirror/MCSManager
新增 左侧菜单栏背景图
This commit is contained in:
parent
084dd545ca
commit
4188be1542
@ -7,7 +7,7 @@ const os = require("os");
|
||||
|
||||
const verisonA = "8.6.8 发行版本"; //发行版本
|
||||
|
||||
const verisonB = "No.2020031014"; //版本批次
|
||||
const verisonB = "No.2020031123"; //版本批次
|
||||
|
||||
let info = [os.type(), os.arch(), os.hostname(), os.release()].join(" ");
|
||||
|
||||
|
@ -60,7 +60,8 @@ input {
|
||||
position: fixed;
|
||||
color: white;
|
||||
background-color: rgb(36, 35, 40);
|
||||
/* background: linear-gradient(rgb(25, 30, 40), rgb(23, 32, 38)); */
|
||||
background-image: url('../img/SideColMenu.png');
|
||||
background-repeat: repeat;
|
||||
z-index: 102;
|
||||
width: 220px;
|
||||
top: 0px;
|
||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
BIN
public/common/img/SideColMenu.png
Normal file
BIN
public/common/img/SideColMenu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Loading…
Reference in New Issue
Block a user