yxh
2023-12-01 02aa4d157d800650f1dc2fa2b7fbee52837df074
src/components/Assistant/index.vue
@@ -68,7 +68,7 @@
    },
    distanceBottom: {
      type: Number,
      default: 700,
      default: 600,
    },
    isScrollHidden: {
      type: Boolean,
@@ -104,40 +104,24 @@
      activeIndex: 0, //高亮显示
      powerList: [
        {
          path: require("@/assets/images/下载.png"),
          label: "连接CTI",
          path: require("@/assets/images/huanzheliebiao.png"),
          label: "患者",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "签入",
          path: require("@/assets/images/fwwu.png"),
          label: "服务",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "签出",
          path: require("@/assets/images/duanxinjilu.png"),
          label: "短信",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "置闲",
          path: require("@/assets/images/dianhua.png"),
          label: "电话",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "置忙",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "拨号",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "咨询",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "保持",
        },
        {
          path: require("@/assets/images/下载.png"),
          label: "恢复",
          path: require("@/assets/images/zxlt.png"),
          label: "在线聊天",
        },
      ],
    };
@@ -172,7 +156,7 @@
    // 伸缩悬浮球
    handelFlex() {
      if (this.flag) {
        this.buffer(this.box, "height", 700);
        this.buffer(this.box, "height", 600);
      } else {
        this.buffer(this.box, "height", 70);
      }
@@ -400,7 +384,7 @@
    .item-container {
      margin-top: 10px;
      width: 70px;
      height: 600px;
      height: 500px;
      display: flex;
      justify-content: space-between;
      align-items: center;
@@ -410,7 +394,7 @@
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #69707a;
        background-color: #f1f7ff;
        display: flex;
        justify-content: center;
        align-items: center;
@@ -477,10 +461,11 @@
}
.active {
  background-color: #1a1818 !important;
  background-color: #f9f1db !important;
}
.active-des {
  color: #1a1818 !important;
  font-weight: bold !important;
  color: #71dcfa !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}
</style>