This commit is contained in:
bb_pan 2025-03-19 16:42:56 +08:00
parent 0ac5c1e823
commit 89e8268be3
2 changed files with 27 additions and 27 deletions

View File

@ -38,7 +38,7 @@ watch(
{ name: '装备共享大厅', routerName: 'equipList', permissions: 'share' },
{ name: '租赁需求大厅', routerName: 'parity', permissions: 'demand' },
// { name: '', routerName: 'zoneEquipment' },
{ name: '公告', routerName: 'enterpriseZone', permissions: 'system:notice:list' },
{ name: '公告', routerName: 'enterpriseZone', permissions: 'home' },
]
} else if (newValue == 2) {
navMenuList.value = [

View File

@ -263,33 +263,33 @@ onMounted(() => {
line-height: 30px;
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>