7/6 优化 1缴费分析中缴费来源的排序问题,2收入来源的图表渲染问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user