spring
17 小时以前 0862ec80d1b2e41ccb798217dc6e0165e733007b
fix: 调整大屏样式
已修改1个文件
6 ■■■■ 文件已修改
src/views/reportAnalysis/dataDashboard/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportAnalysis/dataDashboard/index.vue
@@ -49,7 +49,7 @@
                        </div>
                    </div>
                    <!-- 工序在制品数量柱状图 -->
                    <div style="height: 82%;margin-top: 20px">
                    <div style="height: 70%">
                        <Echarts ref="chart"
                                         :chartStyle="chartStyle"
                                         :grid="grid"
@@ -1614,7 +1614,7 @@
    display: flex;
    gap: 12px;
    width: 100%;
    height: 94px;
    height: 54px;
    justify-content: space-between;
    align-items: center;
}
@@ -1956,7 +1956,7 @@
/* 生产订单进度表格样式 */
.progress-table-container {
  height: 250px;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;