diff --git a/src/components/form/datePicker/index.vue b/src/components/form/datePicker/index.vue index 361d73b..fdf148e 100644 --- a/src/components/form/datePicker/index.vue +++ b/src/components/form/datePicker/index.vue @@ -1,19 +1,41 @@ - \ No newline at end of file + diff --git a/src/styles/index.scss b/src/styles/index.scss index 4f1726b..a9fc53d 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,3 +1,4 @@ @use '@/styles/app'; +@use '@/styles/vxeTable'; @use '@/styles/element'; @use '@/styles/var'; diff --git a/src/styles/vxeTable.scss b/src/styles/vxeTable.scss new file mode 100644 index 0000000..8f526ab --- /dev/null +++ b/src/styles/vxeTable.scss @@ -0,0 +1,16 @@ +.vxe-table--body-wrapper::-webkit-scrollbar { + width:10px; +} + +.vxe-table--body-wrapper::-webkit-scrollbar-thumb { + border-radius: 5px; + height: 3px; + background-color: #059f95 !important; + border-radius: 30px !important; +} + +.vxe-table--body-wrapper::-webkit-scrollbar-track { + box-shadow: inset 0 0 5px rgb(174, 173, 173); + border-radius: 2px; + background: rgb(235, 233, 233); +} diff --git a/src/views/Event-boot/Region/distribution.vue b/src/views/Event-boot/Region/distribution.vue index e520d1f..e422f24 100644 --- a/src/views/Event-boot/Region/distribution.vue +++ b/src/views/Event-boot/Region/distribution.vue @@ -21,7 +21,7 @@
- + { echartMapList.value.options.series = [] EchartMap.value.GetEchar(name) } + // 地图数处理 const map = (res: any) => { echartMapList.value = { @@ -307,12 +308,13 @@ const histogram = (res: any) => { onMounted(() => { onSubmit() }) +const layout = mainHeight(73) as any diff --git a/src/views/dashboard/components/Tableabove.vue b/src/views/dashboard/components/Tableabove.vue index 90647f8..c1b9d81 100644 --- a/src/views/dashboard/components/Tableabove.vue +++ b/src/views/dashboard/components/Tableabove.vue @@ -45,10 +45,11 @@ diff --git a/src/views/dashboard/components/echart.vue b/src/views/dashboard/components/echart.vue index 0444f45..ad7e209 100644 --- a/src/views/dashboard/components/echart.vue +++ b/src/views/dashboard/components/echart.vue @@ -11,7 +11,7 @@