隐藏右边的滑动条

This commit is contained in:
jingrow 2026-01-21 16:37:38 +08:00
parent eb0a11b0ef
commit ac397c3d69
2 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,11 @@ watch(collapsed, (val) => {
height: 100vh;
}
/* 移除布局的横向overflow限制避免右侧边栏被裁剪 */
:deep(.n-layout .n-layout-scroll-container) {
overflow-x: visible;
}
.content-wrapper {
padding: 20px;
min-height: calc(100vh - 64px);

View File

@ -1114,6 +1114,7 @@
"add background, background color, image background, transparent background, online background tool, image processing, background editor, free tool": "添加背景、背景颜色、图片背景、透明背景、在线背景工具、图片处理、背景编辑器、免费工具",
"Background Color": "背景颜色",
"Color Tones": "色调",
"Common Colors": "常用颜色",
"Apply Background": "应用背景",
"Applying background...": "正在应用背景...",
"Add New Image": "添加新图片",