浏览代码

数据大盘

洪海涛 4 年之前
父节点
当前提交
0a46f3bb79

+ 4 - 4
src/views/dataBigManage/components/drawerModal/drawerModalData.js

@@ -105,26 +105,26 @@ export const columns = {
     {
       label: '模块名',
       key: 'serviceName',
-      minWidth: 200,
+      // minWidth: 200,
       align: 'left',
       type: 'link'
     },
     {
       label: '发起人',
       key: 'creator',
-      minWidth: 100,
+      // minWidth: 100,
       align: 'left'
     },
     {
       label: '状态',
       key: 'statusMsg',
-      minWidth: 90,
+      // minWidth: 90,
       align: 'left'
     },
     {
       label: '时间',
       key: 'deployStartTs',
-      minWidth: 190,
+      minWidth: 290,
       align: 'left',
       type: 'slot',
       slotName: 'deployStartTsSlot'

+ 1 - 1
src/views/dataBigManage/components/drawerModal/index.vue

@@ -87,7 +87,7 @@
       <!-- 质量:上线次数 -->
       <template #deployStartTsSlot="{scope}">
         <div @click.stop>
-          <div>{{ moment(scope.row.deployStartTs * 1000).format("YYYY-MM-DD hh:mm:ss") }}</div>
+          <div>{{ moment(scope.row.deployStartTs * 1000).format("YYYY-MM-DD HH:mm:ss") }}</div>
         </div>
       </template>
     </dmTable>

+ 3 - 3
src/views/dataBigManage/components/efficiencyModule/index.vue

@@ -52,7 +52,7 @@
       <div v-if="mainData.requirementPeopleData" class="itemBox" style="border-left-color: #7ED321; background: #F7FDF2">
         <div class="titleLevel3" style="color: #7ED321;">平均需求使用人力</div>
         <div class="content">
-          <div class="item effic" style="color: #7ED321;margin-bottom: 20px;">
+          <div class="item effic" style="color: #7ED321;">
             <span
               class="num"
               @click.stop="$emit(
@@ -330,7 +330,7 @@ export default {
     border-radius: 6px;
     margin-bottom: 10px;
     .itemBox {
-      height: 134px;
+      height: 120px;
       border-left: 4px solid transparent;
       margin-bottom: 10px;
       border-radius: 6px;
@@ -344,7 +344,7 @@ export default {
       .content {
         .item {
           display: inline-block;
-          margin: 12px 16px 30px 0;
+          margin: 12px 16px 20px 0;
           .num {
             font-size: 18px;
             cursor: pointer;