This commit is contained in:
zmj 2023-12-20 12:22:33 +08:00
parent eff4c97884
commit 26958ab87a
2 changed files with 4 additions and 1 deletions

View File

@ -399,6 +399,7 @@
const route = '/pages/oaHome/oaHome'; const route = '/pages/oaHome/oaHome';
let arr = []; let arr = [];
n.forEach((item) => { n.forEach((item) => {
s
if (item.paths.includes(route)) { if (item.paths.includes(route)) {
arr = item.children; arr = item.children;
} }

View File

@ -194,7 +194,9 @@
padding: 8rpx; padding: 8rpx;
border: 5rpx solid #0122c7; border: 5rpx solid #0122c7;
border-radius: 10rpx; border-radius: 10rpx;
background-color: rgba(#0122c7, 0.1); // background-color: rgba(#0122c7, 0.1);
// background-color: rgba(#0122c7, 0.1);
max-width: 80vw;
margin-right: 10rpx; margin-right: 10rpx;
margin-top: 10rpx; margin-top: 10rpx;
} }