zhangxiao
2024-08-17 fa5fd89d1fd0f2d0b0bb1944b3ac4a452c49f83a
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>