zhangxiao
2024-08-09 c4b92654f3804cb00e94fc81b08fb554d957b7c5
fix: 修改bug
3个文件已修改
21 ■■■■ 已修改文件
src/assets/style/global.less 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/model/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sessionManager/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/style/global.less
@@ -95,7 +95,22 @@
.container {
    padding: 0 20px 20px 20px;
}
::-webkit-scrollbar{ /*滚动条整体样式*/
  width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb{ /*滚动条里面小方块*/
  border-radius: 5px;
  background: #cfcbcb;
}
::-webkit-scrollbar-track{ /*滚动条里面轨道*/
  border-radius: 6px;
  background: #ededed;
}
.arco-form .arco-slider{
  display: flex;
src/views/dmx/model/index.vue
@@ -353,6 +353,7 @@
      font-size: 14px;
    }
  }
  :deep(.arco-list-col) {
    display: flex;
    flex-direction: row;
src/views/sessionManager/index.vue
@@ -65,7 +65,7 @@
      </a-col>
      <a-col :span="18">
        <a-card class="center">
          <div
          <!-- <div
            v-if="sessionDetailList.length === 0"
            style="
              width: 90%;
@@ -140,11 +140,10 @@
                </div>
              </a-col>
            </a-row>
          </div>
          </div> -->
          <a-scrollbar
            ref="scrollbar"
            id="home"
            v-else
            class="chat-list"
            style="
              width: 90%;