田源
2023-10-18 d57cc4c374fd502fedf3d0b5f7ec51caf91bf29a
整合代码
已修改1个文件
5 ■■■■■ 文件已修改
Source/UBCS-WEB/src/views/wel/Statistic.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -4,7 +4,6 @@
      <el-button icon="el-icon-more" plain size="small" type="primary" @click="MoreHandler">更多</el-button>
    </div>
    <avue-data-box ref="dataBox" :animation="true" :option="option"  ></avue-data-box>
<!--      <avue-data-panel :animation="true":option="option"></avue-data-panel>-->
    <el-dialog :visible.sync="dialogTableVisible" append-to-body class="avue-dialog avue-dialog--top" title="主数据配置"
               top="0">
      <avue-crud ref="crud"
@@ -106,7 +105,7 @@
              info.style.fontSize = '16px';
            });
            items.forEach((item) => {
              item.style.border = '1px solid  rgb(200, 200, 200, 1)'; // 添加边框样式
              item.style.border = '1px solid  rgb(200, 200, 200, 1)';
            });
            this.loading=false;
          }, 1000); // 延迟1秒查找info元素
@@ -137,7 +136,7 @@
          this.MasterGetList()
          this.dialogTableVisible = false;
          //字体重新加载变大
          //字体和边框重新加载
          this.loading=true;
          this.FontInfo()
        }