zhangxiao
2024-08-17 99b7194ce9364b0a6ab49a738c03bb89e6c223e7
Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web
2个文件已修改
8 ■■■■■ 已修改文件
src/views/sessionManager/components/agentSession.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sessionManager/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sessionManager/components/agentSession.vue
@@ -551,6 +551,10 @@
    text-overflow: ellipsis; /* 使用省略号来代替被隐藏的文字 */
    white-space: nowrap;     /* 不换行,使内容在一行内显示 */
    max-width: 200px;
    .title{
      color: var(--color-text-1);
      font-size: 12px;
    }
  }
}
</style>
src/views/sessionManager/index.vue
@@ -761,6 +761,10 @@
    text-overflow: ellipsis; /* 使用省略号来代替被隐藏的文字 */
    white-space: nowrap;     /* 不换行,使内容在一行内显示 */
    max-width: 200px;
    .title{
      color: var(--color-text-1);
      font-size: 12px;
    }
  }
}
</style>