|
|
@ -8,8 +8,13 @@
|
|
|
|
gap: 20px;
|
|
|
|
gap: 20px;
|
|
|
|
// align-items: center;
|
|
|
|
// align-items: center;
|
|
|
|
.appearance-monitor-right {
|
|
|
|
.appearance-monitor-right {
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 44%;
|
|
|
|
width: 44%;
|
|
|
|
// display: flex;
|
|
|
|
// display: flex;
|
|
|
|
|
|
|
|
background-image: url("@/assets/common/carbtmBg.png");
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
background-position: center;
|
|
|
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.appearance-monitor-search-box {
|
|
|
|
.appearance-monitor-search-box {
|
|
|
@ -19,11 +24,13 @@
|
|
|
|
margin: 16px 0;
|
|
|
|
margin: 16px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.right-panel{
|
|
|
|
.right-panel{
|
|
|
|
|
|
|
|
|
|
|
|
.el-scrollbar__view {
|
|
|
|
.el-scrollbar__view {
|
|
|
|
background: transparent !important;
|
|
|
|
background: transparent !important;
|
|
|
|
height: 600px;
|
|
|
|
height: 600px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed_pagination{
|
|
|
|
|
|
|
|
padding: 0 20px 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -90,7 +97,7 @@
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 800px;
|
|
|
|
height: 800px;
|
|
|
|
background-image: url("@/assets/common/emptyBg.png");
|
|
|
|
background-image: url("@/assets/common/emptyBg.png");
|
|
|
|
background-size: 312px 204px;
|
|
|
|
background-size: 156px 102px;
|
|
|
|
background-position: center;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|