提交 3f504cea 作者: 龚洪江

功能:数据看板接口联调

上级 72aefa21
...@@ -67,14 +67,14 @@ $design_height:856; ...@@ -67,14 +67,14 @@ $design_height:856;
.progress-item{ .progress-item{
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between;
&-label{ &-label{
font-size: 1.2rem; font-size: 1.2rem;
color: #707070; color: #707070;
font-weight: bold; font-weight: bold;
} }
&-info{ &-info{
width: toVw(200,$design_width); flex: 1;
margin: 0 36px 0 24px;
} }
&-value{ &-value{
font-size: 1.67rem; font-size: 1.67rem;
......
...@@ -229,18 +229,18 @@ export const whiteRouterList: Array<RouteObject & RouteObjectType> = [ ...@@ -229,18 +229,18 @@ export const whiteRouterList: Array<RouteObject & RouteObjectType> = [
// 路由数组 // 路由数组
export const routerList: Array<RouteObjectType> = [ export const routerList: Array<RouteObjectType> = [
// { {
// path: '/dataDashboards', path: '/dataDashboards',
// element: withLoadingComponent(<DataBoardView />), element: withLoadingComponent(<DataBoardView />),
// errorElement: <ErrorPage />, errorElement: <ErrorPage />,
// meta: { meta: {
// icon: <BarChartOutlined />, icon: <BarChartOutlined />,
// title: '数据看板', title: '数据看板',
// id: 300, id: 300,
// hidden: true, hidden: true,
// develop: true, develop: true,
// }, },
// }, },
{ {
path: '/customManage', path: '/customManage',
element: <LayoutView />, element: <LayoutView />,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论