隐藏右边的滑动条
This commit is contained in:
parent
eb0a11b0ef
commit
ac397c3d69
@ -112,6 +112,11 @@ watch(collapsed, (val) => {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 移除布局的横向overflow限制,避免右侧边栏被裁剪 */
|
||||||
|
:deep(.n-layout .n-layout-scroll-container) {
|
||||||
|
overflow-x: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
min-height: calc(100vh - 64px);
|
min-height: calc(100vh - 64px);
|
||||||
|
|||||||
@ -1114,6 +1114,7 @@
|
|||||||
"add background, background color, image background, transparent background, online background tool, image processing, background editor, free tool": "添加背景、背景颜色、图片背景、透明背景、在线背景工具、图片处理、背景编辑器、免费工具",
|
"add background, background color, image background, transparent background, online background tool, image processing, background editor, free tool": "添加背景、背景颜色、图片背景、透明背景、在线背景工具、图片处理、背景编辑器、免费工具",
|
||||||
"Background Color": "背景颜色",
|
"Background Color": "背景颜色",
|
||||||
"Color Tones": "色调",
|
"Color Tones": "色调",
|
||||||
|
"Common Colors": "常用颜色",
|
||||||
"Apply Background": "应用背景",
|
"Apply Background": "应用背景",
|
||||||
"Applying background...": "正在应用背景...",
|
"Applying background...": "正在应用背景...",
|
||||||
"Add New Image": "添加新图片",
|
"Add New Image": "添加新图片",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user