update bg-color
这个提交包含在:
二进制文件未显示。
|
之前 宽度: | 高度: | 大小: 899 KiB 之后 宽度: | 高度: | 大小: 966 KiB |
@@ -5,6 +5,7 @@
|
||||
transformOrigin: 'top left',
|
||||
}" -->
|
||||
<div class="home-view" :style="styles">
|
||||
<div class="bg-layer"></div>
|
||||
<LeftSide />
|
||||
<section class="center">
|
||||
<BigHeader />
|
||||
@@ -80,9 +81,21 @@ export default {
|
||||
height: 4320px;
|
||||
width: 21120px;
|
||||
overflow: hidden;
|
||||
background: url(../assets/bg.png) center/cover no-repeat, #e0e3f6;
|
||||
// background: #C9CCE5;
|
||||
background: url(../assets/bg.png) center/cover no-repeat;
|
||||
color: white;
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bg-layer {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #c9cce577;
|
||||
// background: url(../assets/bg.png) center/cover no-repeat;
|
||||
}
|
||||
|
||||
.center {
|
||||
|
||||
在新工单中引用
屏蔽一个用户