7/6 优化 1缴费分析中缴费来源的排序问题,2收入来源的图表渲染问题

This commit is contained in:
Zy
2026-07-06 09:12:44 +08:00
parent 54d467ede7
commit 3a808750ac
4 changed files with 54 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
<template>
<!-- 外层缩放容器 -->
<div class="scale-container h-full">
<div class="scale-container">
<div class="w-full h-full workBenchBox">
<el-row>
<el-col :span="18">
@@ -146,9 +146,16 @@ enum SideList {
</script>
<style scoped lang="scss">
.scale-container {
background-color: #eaf2ff;
height: 100%;
min-height: 0;
}
.workBenchBox {
padding: 20px;
background-color: #eaf2ff;
overflow-y: auto; /* 滚动放到这里 */
// tabs
.tabbox1 {
margin-left: 20px;