liushengqiang 2 years ago
parent
commit
ffaa3ca274

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-41373e26.24c7c822.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-72620360.a9ca55ef.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.61c0af63.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-41373e26.3d1b1c7b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4df886d2.8f30ea2d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5b34754e.00e2464c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-72620360.9b2d4778.js


+ 0 - 2
src/views/main/baseinfo/management.vue

@@ -474,8 +474,6 @@ export default {
     }
     .el-dialog__body {
       padding: 10px 20px;
-      max-height: 80vh;
-      overflow-y: auto;
     }
     .el-input-group__append {
       padding: 0 10px;

+ 1 - 4
src/views/main/baseinfo/modals/operateEcharts.vue

@@ -241,9 +241,6 @@ export default {
         tooltip: {
           trigger: "axis"
         },
-        title: {
-          text: "管乐团经营数据"
-        },
         xAxis: {
           type: "category",
           data: this.gytData.map(item => item.date),
@@ -276,7 +273,7 @@ export default {
       );
       const option = {
         title: {
-          subtext: "酷乐秀经营数据",
+          text: "酷乐秀经营数据",
           textStyle: {
             color: "#333",
             fontSize: 14

Some files were not shown because too many files changed in this diff