Commit bbed011a authored by 王晓旭's avatar 王晓旭
parents 2cacd07f 9a114571
...@@ -17,6 +17,10 @@ const routes = [ ...@@ -17,6 +17,10 @@ const routes = [
), ),
meta: { title: "数据管理" }, meta: { title: "数据管理" },
children: [ children: [
{
path: "dataAdmin",
redirect: "/",//升级前门户跳转重定向
},
{ {
path: "pickUp", path: "pickUp",
name: "pickUp", name: "pickUp",
...@@ -27,6 +31,7 @@ const routes = [ ...@@ -27,6 +31,7 @@ const routes = [
), ),
meta: { title: "取件记录报表" }, meta: { title: "取件记录报表" },
children: [ children: [
{ {
path: "pickUpRecord", path: "pickUpRecord",
name: "pickUpRecord", name: "pickUpRecord",
......
...@@ -230,6 +230,8 @@ export default { ...@@ -230,6 +230,8 @@ export default {
:deep(.ant-menu) { :deep(.ant-menu) {
background-color: transparent; background-color: transparent;
border: none; border: none;
flex: 1;
margin-left: 120px;
.ant-menu-item { .ant-menu-item {
font-size: 18px; font-size: 18px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
@end="isAdd = false" @end="isAdd = false"
> >
<div <div
class="common-item w-full h-[130px] flex flex-col items-center" class="common-item w-full h-[125px] flex flex-col items-center"
v-for="item in v.list" v-for="item in v.list"
:key="item.id" :key="item.id"
> >
...@@ -293,8 +293,8 @@ export default { ...@@ -293,8 +293,8 @@ export default {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
} }
.item-logo { .item-logo {
width: 80px; width: 66px;
height: 80px; height: 66px;
padding: 10px; padding: 10px;
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%); background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
...@@ -305,8 +305,9 @@ export default { ...@@ -305,8 +305,9 @@ export default {
position: relative; position: relative;
.bottom-img { .bottom-img {
position: absolute; position: absolute;
left: 0px; left: -2px;
bottom: -10px; bottom: -11px;
width: 70px;
} }
} }
.site-box { .site-box {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment