|
|
@@ -100,7 +100,7 @@ const adjustContainerHeight = () => {
|
|
|
if (agentsListContainer.value) {
|
|
|
const windowHeight = window.innerHeight;
|
|
|
const containerTop = agentsListContainer.value.getBoundingClientRect().top;
|
|
|
- agentsListContainer.value.style.height = `${windowHeight - containerTop - 20}px`; // 20px 是底部的间距
|
|
|
+ agentsListContainer.value.style.height = `${windowHeight - containerTop - 55}px`; // 底部的间距
|
|
|
}
|
|
|
};
|
|
|
const model_app = ref(null);
|