This commit is contained in:
parent
0ac5c1e823
commit
89e8268be3
|
|
@ -38,7 +38,7 @@ watch(
|
||||||
{ name: '装备共享大厅', routerName: 'equipList', permissions: 'share' },
|
{ name: '装备共享大厅', routerName: 'equipList', permissions: 'share' },
|
||||||
{ name: '租赁需求大厅', routerName: 'parity', permissions: 'demand' },
|
{ name: '租赁需求大厅', routerName: 'parity', permissions: 'demand' },
|
||||||
// { name: '专区设备', routerName: 'zoneEquipment' },
|
// { name: '专区设备', routerName: 'zoneEquipment' },
|
||||||
{ name: '公告', routerName: 'enterpriseZone', permissions: 'system:notice:list' },
|
{ name: '公告', routerName: 'enterpriseZone', permissions: 'home' },
|
||||||
]
|
]
|
||||||
} else if (newValue == 2) {
|
} else if (newValue == 2) {
|
||||||
navMenuList.value = [
|
navMenuList.value = [
|
||||||
|
|
|
||||||
|
|
@ -263,33 +263,33 @@ onMounted(() => {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
padding-left: 35px;
|
padding-left: 35px;
|
||||||
}
|
}
|
||||||
|
::v-deep(.el-table) {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
::v-deep(.el-table__header-wrapper) {
|
||||||
|
background: url('@/assets/img/screen/table-1.png') no-repeat !important;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
::v-deep(.el-table__header th) {
|
||||||
|
color: white;
|
||||||
|
background-color: transparent; /* 避免被其他背景色覆盖 */
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .el-table tr {
|
||||||
|
color: #eee;
|
||||||
|
background-color: transparent;
|
||||||
|
background: url('@/assets/img/screen/table-2.png') no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
:deep .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
|
||||||
|
background-color: #39816B;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
::v-deep .el-input__wrapper {
|
||||||
|
background-color: #61B2A6;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep(.el-table) {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
::v-deep(.el-table__header-wrapper) {
|
|
||||||
background: url('@/assets/img/screen/table-1.png') no-repeat !important;
|
|
||||||
background-size: cover;
|
|
||||||
background-position: center;
|
|
||||||
}
|
|
||||||
::v-deep(.el-table__header th) {
|
|
||||||
color: white;
|
|
||||||
background-color: transparent; /* 避免被其他背景色覆盖 */
|
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep .el-table tr {
|
|
||||||
color: #eee;
|
|
||||||
background-color: transparent;
|
|
||||||
background: url('@/assets/img/screen/table-2.png') no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
|
|
||||||
background-color: #39816B;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
::v-deep .el-input__wrapper {
|
|
||||||
background-color: #61B2A6;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue