batman
2023-03-13 f8177543bb7f1eca79f86b24b108df854f757736
修改页面样式
已修改3个文件
12 ■■■■■ 文件已修改
src/views/facilityManagement/facilityIndex/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectIndex/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/specialIndex/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facilityManagement/facilityIndex/index.vue
@@ -792,7 +792,7 @@
      line-height: 34px;
      top: 80px;
      right: 20px;
      z-index: 99999;
      z-index: 9;
    }
    .demo-tabs {
        width: 100%;
@@ -1070,7 +1070,6 @@
    line-height: 34px;
    top: 0;
    right: 20px;
    z-index: 99999;
  }
  .topChart{
    .chart-item{
src/views/intellectInspect/inspectIndex/index.vue
@@ -164,7 +164,7 @@
          <div style="margin-bottom: 20px">
            <div style="margin-bottom: 10px">处置前:</div>
            <div v-if="beImgs && beImgs.length>0">
              <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px" :src="item.split('?')[0]" fit="fill" />
              <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
            </div>
            <div v-else>
              无照片信息
@@ -173,7 +173,7 @@
          <div>
            <div style="margin-bottom: 10px">处置后</div>
            <div v-if="afImgs && beImgs.length>0">
              <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px" :src="item.split('?')[0]" fit="fill" />
              <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
            </div>
            <div v-else>
              无照片信息
@@ -704,7 +704,7 @@
      line-height: 34px;
      top: 80px;
      right: 20px;
      z-index: 99999;
      z-index: 9;
    }
    .topChart{
      width: 100%;
src/views/specialWorkSystem/specialIndex/index.vue
@@ -970,7 +970,7 @@
    line-height: 34px;
    top: 80px;
    right: 20px;
    z-index: 99999;
    z-index: 9;
  }
  .demo-tabs {
@@ -1424,7 +1424,6 @@
    line-height: 34px;
    top: 0;
    right: 20px;
    z-index: 99999;
  }
  .topChart{
    .chart-item{