10b9d9d8 by 任超

style:省厅汇交

1 parent bc51761f

14.2 KB | W: | H:

44.9 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -68,15 +68,16 @@ export default {
font-size: 14px;
}
.sidebarLeft,
.sidebarRight {
.sidebarLeft {
position: relative;
top: 13px;
left: 10px;
}
.sidebarRight {
position: relative;
left: 25px;
left: 10px;
top: 13px;
}
// 导航选中背景色
......@@ -130,7 +131,7 @@ export default {
.title {
position: absolute;
left: 0;
top: 7px;
top: 10px;
bottom: 0;
right: 0;
margin: 0 auto;
......
......@@ -74,29 +74,22 @@ export const asyncRoutes = [
}
]
},
// 上报报文查询
// 省厅汇交
{
path: '/sbbwcx',
path: '/sthj',
component: Layout,
children: [
{
path: 'index',
path: 'sbbwcx',
component: () => import('@/views/sbbwcx/index'),
name: 'sbbwcx',
meta: { title: '上报报文查询', icon: 'zsgl' }
}
]
},
// 登簿日志
{
path: '/dbrzcx',
component: Layout,
children: [
meta: { title: '上报报文', icon: 'zsgl' }
},
{
path: 'index',
path: 'dbrzcx',
component: () => import('@/views/dbrzcx/index'),
name: 'dbrzcx',
meta: { title: '登簿日志查询', icon: 'zhcx' }
meta: { title: '登簿日志', icon: 'zsgl' }
}
]
},
......
......@@ -36,7 +36,7 @@
<!-- 列表区域 -->
<div class="from-clues-content">
<!-- table组件 -->
<lb-table :page-size="pageData.size" :heightNum="210" :current-page.sync="pageData.current"
<lb-table :page-size="pageData.size" :heightNum="225" :current-page.sync="pageData.current"
:total="tableData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange"
:column="tableData.columns" :data="tableData.data">
</lb-table>
......