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 { ...@@ -68,15 +68,16 @@ export default {
68 font-size: 14px; 68 font-size: 14px;
69 } 69 }
70 70
71 .sidebarLeft, 71 .sidebarLeft {
72 .sidebarRight {
73 position: relative; 72 position: relative;
74 top: 13px; 73 top: 13px;
74 left: 10px;
75 } 75 }
76 76
77 .sidebarRight { 77 .sidebarRight {
78 position: relative; 78 position: relative;
79 left: 25px; 79 left: 10px;
80 top: 13px;
80 } 81 }
81 82
82 // 导航选中背景色 83 // 导航选中背景色
...@@ -130,7 +131,7 @@ export default { ...@@ -130,7 +131,7 @@ export default {
130 .title { 131 .title {
131 position: absolute; 132 position: absolute;
132 left: 0; 133 left: 0;
133 top: 7px; 134 top: 10px;
134 bottom: 0; 135 bottom: 0;
135 right: 0; 136 right: 0;
136 margin: 0 auto; 137 margin: 0 auto;
......
...@@ -74,29 +74,22 @@ export const asyncRoutes = [ ...@@ -74,29 +74,22 @@ export const asyncRoutes = [
74 } 74 }
75 ] 75 ]
76 }, 76 },
77 // 上报报文查询 77 // 省厅汇交
78 { 78 {
79 path: '/sbbwcx', 79 path: '/sthj',
80 component: Layout, 80 component: Layout,
81 children: [ 81 children: [
82 { 82 {
83 path: 'index', 83 path: 'sbbwcx',
84 component: () => import('@/views/sbbwcx/index'), 84 component: () => import('@/views/sbbwcx/index'),
85 name: 'sbbwcx', 85 name: 'sbbwcx',
86 meta: { title: '上报报文查询', icon: 'zsgl' } 86 meta: { title: '上报报文', icon: 'zsgl' }
87 } 87 },
88 ]
89 },
90 // 登簿日志
91 {
92 path: '/dbrzcx',
93 component: Layout,
94 children: [
95 { 88 {
96 path: 'index', 89 path: 'dbrzcx',
97 component: () => import('@/views/dbrzcx/index'), 90 component: () => import('@/views/dbrzcx/index'),
98 name: 'dbrzcx', 91 name: 'dbrzcx',
99 meta: { title: '登簿日志查询', icon: 'zhcx' } 92 meta: { title: '登簿日志', icon: 'zsgl' }
100 } 93 }
101 ] 94 ]
102 }, 95 },
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 <!-- 列表区域 --> 36 <!-- 列表区域 -->
37 <div class="from-clues-content"> 37 <div class="from-clues-content">
38 <!-- table组件 --> 38 <!-- table组件 -->
39 <lb-table :page-size="pageData.size" :heightNum="210" :current-page.sync="pageData.current" 39 <lb-table :page-size="pageData.size" :heightNum="225" :current-page.sync="pageData.current"
40 :total="tableData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" 40 :total="tableData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange"
41 :column="tableData.columns" :data="tableData.data"> 41 :column="tableData.columns" :data="tableData.data">
42 </lb-table> 42 </lb-table>
......