style:办事效率监控样式修改
Showing
2 changed files
with
11 additions
and
11 deletions
| 1 | /* | 1 | /* | 
| 2 | * @Description :路由配置 | 2 | * @Description :路由配置 | 
| 3 | * @Autor : miaofang | 3 | * @Autor : miaofang | 
| 4 | * @LastEditTime: 2023-06-08 14:24:36 | 4 | * @LastEditTime: 2023-06-09 09:21:27 | 
| 5 | */ | 5 | */ | 
| 6 | import Vue from 'vue' | 6 | import Vue from 'vue' | 
| 7 | import Router from 'vue-router' | 7 | import Router from 'vue-router' | 
| ... | @@ -214,7 +214,7 @@ export const asyncRoutes = [ | ... | @@ -214,7 +214,7 @@ export const asyncRoutes = [ | 
| 214 | children: [ | 214 | children: [ | 
| 215 | { | 215 | { | 
| 216 | path: 'dictionaries', | 216 | path: 'dictionaries', | 
| 217 | component: () => import('@/views/system/dictionaries/dictionaries.vue'), | 217 | component: () => import('@/views/system/dictionaries/dictionaries'), | 
| 218 | name: 'dictionaries', | 218 | name: 'dictionaries', | 
| 219 | meta: { title: '字典管理' } | 219 | meta: { title: '字典管理' } | 
| 220 | }, | 220 | }, | ... | ... | 
| 1 | <!-- | 1 | <!-- | 
| 2 | * @Description :监控日志 | 2 | * @Description :监控日志 | 
| 3 | * @Autor : miaofang | 3 | * @Autor : miaofang | 
| 4 | * @LastEditTime : 2023-05-17 15:31:58 | 4 | * @LastEditTime: 2023-06-09 09:24:08 | 
| 5 | --> | 5 | --> | 
| 6 | <template> | 6 | <template> | 
| 7 | <!-- 监控日志 --> | 7 | <!-- 监控日志 --> | 
| ... | @@ -44,10 +44,10 @@ | ... | @@ -44,10 +44,10 @@ | 
| 44 | </div> | 44 | </div> | 
| 45 | </template> | 45 | </template> | 
| 46 | <script> | 46 | <script> | 
| 47 | import { mapGetters } from "vuex"; | 47 | import { mapGetters } from "vuex"; | 
| 48 | import efficient from "@/api/efficient"; | 48 | import efficient from "@/api/efficient"; | 
| 49 | import { getFirstDayOfSeason, timeFormat } from "@/utils/operation"; | 49 | import { getFirstDayOfSeason, timeFormat } from "@/utils/operation"; | 
| 50 | export default { | 50 | export default { | 
| 51 | name: "jktj", | 51 | name: "jktj", | 
| 52 | data () { | 52 | data () { | 
| 53 | return { | 53 | return { | 
| ... | @@ -146,7 +146,7 @@ export default { | ... | @@ -146,7 +146,7 @@ export default { | 
| 146 | name: "各业务类型办理数量", | 146 | name: "各业务类型办理数量", | 
| 147 | type: "pie", | 147 | type: "pie", | 
| 148 | radius: [0, 250], | 148 | radius: [0, 250], | 
| 149 | center: ["50%", "32%"], | 149 | center: ["50%", "46%"], | 
| 150 | roseType: "area", | 150 | roseType: "area", | 
| 151 | itemStyle: { | 151 | itemStyle: { | 
| 152 | borderRadius: 8, | 152 | borderRadius: 8, | 
| ... | @@ -323,10 +323,10 @@ export default { | ... | @@ -323,10 +323,10 @@ export default { | 
| 323 | }); | 323 | }); | 
| 324 | }, | 324 | }, | 
| 325 | }, | 325 | }, | 
| 326 | }; | 326 | }; | 
| 327 | </script> | 327 | </script> | 
| 328 | <style scoped lang="scss"> | 328 | <style scoped lang="scss"> | 
| 329 | .jktjDetail { | 329 | .jktjDetail { | 
| 330 | flex-direction: column; | 330 | flex-direction: column; | 
| 331 | 331 | ||
| 332 | .rows { | 332 | .rows { | 
| ... | @@ -338,6 +338,6 @@ export default { | ... | @@ -338,6 +338,6 @@ export default { | 
| 338 | text-align: center; | 338 | text-align: center; | 
| 339 | color: #b6b5b5; | 339 | color: #b6b5b5; | 
| 340 | } | 340 | } | 
| 341 | } | 341 | } | 
| 342 | </style> | 342 | </style> | 
| 343 | 343 | ... | ... | 
- 
Please register or sign in to post a comment