linwe
2024-12-19 e75a3028891b08bbd3fdbaa6443d6a8f80dd3f31
src/components/map/components/placeBasePopup.vue
@@ -72,13 +72,11 @@
  },
  mounted () {
    if (this.getWidth() > 7000) {
      this.scaleDomFlag = true
    } else {
      this.scaleDomFlag = false
    }
  },
  methods: {
@@ -238,8 +236,6 @@
      display: flex;
      flex-direction: row;
      width: calc(100% - 20px);
      height: 30px;
      line-height: 30px;
      margin: 0 10px;
      text-align: left;
@@ -249,13 +245,16 @@
        display: inline-block;
        text-align-last: justify;
        margin-right: 20px;
        line-height: 30px;
      }
      &>div:nth-of-type(2) {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 240px;
        // overflow: hidden;
        // text-overflow: ellipsis;
        white-space: wrap;
        line-height: 30px;
      }
    }
  }