mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-07-05 01:58:15 +08:00
refactor: ♻️ 框架代码同步
This commit is contained in:
@ -60,7 +60,7 @@ export default {
|
||||
.sc-statistic-title {
|
||||
font-size: 0.9rem;
|
||||
color: var(--el-color-info);
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
@ -48,7 +48,6 @@
|
||||
}
|
||||
}) ?? []),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
]"
|
||||
:label-width="10"
|
||||
|
@ -30,7 +30,6 @@
|
||||
}
|
||||
}) ?? []),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
]"
|
||||
:label-width="9"
|
||||
|
@ -35,7 +35,6 @@
|
||||
}
|
||||
}) ?? []),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
{
|
||||
title: $t('登录用户名'),
|
||||
@ -50,7 +49,6 @@
|
||||
}
|
||||
}) ?? []),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
{
|
||||
title: $t('客户端IP地址'),
|
||||
@ -65,7 +63,6 @@
|
||||
}
|
||||
}) ?? []),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
]"
|
||||
:label-width="10"
|
||||
|
@ -34,7 +34,6 @@
|
||||
}
|
||||
}) ?? []),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
{
|
||||
title: $t('请求服务'),
|
||||
@ -51,7 +50,6 @@
|
||||
}
|
||||
}) ?? []),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
]"
|
||||
:label-width="10"
|
||||
|
@ -68,7 +68,6 @@
|
||||
}
|
||||
}),
|
||||
],
|
||||
w100p: true,
|
||||
},
|
||||
]"
|
||||
:label-width="15"
|
||||
|
Reference in New Issue
Block a user