zhanghua
2023-12-13 2d7206bc7028a40c836108669c611fd93a571742
优化
4个文件已修改
32 ■■■■■ 已修改文件
src/components/filePictrue/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/layout/components/Header/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/management/message/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/management/myIndex/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/filePictrue/index.vue
@@ -31,7 +31,7 @@
  </div>
</template>
<script>
import { parseTime } from "@/utils/index";
import { parseTime, FILE_ORIGINAL_URL } from "@/utils/index";
export default {
  data() {
    return {
@@ -46,8 +46,14 @@
    
    let pic = this.filesPictureVo.imageResources;
    pic.forEach((item) => {
      item.url = item.url.split(",");
      let urls = item.url.split(",");
      item.url = [];
      urls.forEach((o) => {
        o = o.replace("[", "").replace("]", "");
        item.url.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${o}`);
    });
    });
    debugger;
    this.imgSource = pic;
    // this.getEventInfo(this.mycode);
  },
@@ -74,8 +80,14 @@
        this.dialogView = true;
        let pic = res.data.filesPictureVo.imageResources;
        pic.forEach((item) => {
          item.url = item.url.split(",");
          let urls = item.url.split(",");
          item.url = [];
          urls.forEach((o) => {
            o = o.replace("[", "").replace("]", "");
            item.url.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${o}`);
        });
        });
        debugger;
        this.imgSource = pic;
      });
    },
src/views/layout/components/Header/index.vue
@@ -470,7 +470,7 @@
    .user {
      //margin-left: 20px;
      flex: 1;
      flex: 2;
      display: flex;
      align-items: center;
      justify-content: center;
src/views/operate/management/message/index.vue
@@ -246,11 +246,11 @@
    background-color: white;
    .header-title {
      line-height: 40px;
      //padding: 0 20px;
      padding: 0 10px;
      border-bottom: 1px solid #4b9bb7;
    }
    .header-content {
      //padding: 0 40px;
      padding: 0 10px;
      display: flex;
      line-height: 100px;
      justify-content: space-between;
@@ -266,7 +266,7 @@
        .el-input {
          flex: 2;
          color: #1d3f57;
          // color: #1d3f57;
          &::v-deep .el-input__inner {
            // background-color: #09152f;
src/views/operate/management/myIndex/index.vue
@@ -592,9 +592,9 @@
    // background: #06122c;
    // }
    .el-table::v-deep .success-row {
      background: #071f39;
    }
    // .el-table::v-deep .success-row {
    //   background: #071f39;
    // }
    &::v-deep .switchStyle .el-switch__label {
      position: absolute;