fix:样式调整以及翻译补充

This commit is contained in:
rainv123
2025-12-05 18:08:26 +08:00
parent e4c99b9351
commit efbef4ff5b
8 changed files with 45 additions and 4 deletions
@@ -478,6 +478,7 @@ export default {
.function-column {
position: relative;
width: auto;
height:700px;
padding: 10px;
overflow-y: auto;
border-right: 1px solid #EBEEF5;
@@ -485,6 +486,12 @@ export default {
overflow-x: hidden;
}
.mcp-access-point {
position: relative;
z-index: 1;
background: white;
}
.function-column::-webkit-scrollbar {
display: none;
}