🐛 终端设置无法滚动的问题.
This commit is contained in:
@@ -145,6 +145,6 @@ QQ群: 755242157
|
|||||||
|
|
||||||
本项目遵循 [Apache-2.0](https://github.com/dromara/orion-visor/blob/main/LICENSE) 开源许可证。
|
本项目遵循 [Apache-2.0](https://github.com/dromara/orion-visor/blob/main/LICENSE) 开源许可证。
|
||||||
|
|
||||||
## Gite 最有价值开源项目 GVP
|
## Gitee 最有价值开源项目 GVP
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -532,8 +532,14 @@ body[terminal-theme='dark'] .arco-modal-container {
|
|||||||
.terminal-setting-container {
|
.terminal-setting-container {
|
||||||
padding: 32px 16px 16px 16px;
|
padding: 32px 16px 16px 16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.terminal-setting-wrapper {
|
.terminal-setting-wrapper {
|
||||||
min-width: 932px;
|
min-width: 932px;
|
||||||
|
|||||||
Reference in New Issue
Block a user