fix: 😀解决全局vxe-grid组件滚动条问题
This commit is contained in:
parent
44e2248613
commit
0a44dc68af
@ -34,3 +34,8 @@
|
|||||||
--w-e-modal-button-bg-color: var(--el-color-primary) !important;
|
--w-e-modal-button-bg-color: var(--el-color-primary) !important;
|
||||||
--w-e-modal-button-border-color: var(--el-color-primary) !important;
|
--w-e-modal-button-border-color: var(--el-color-primary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 解决vxe-grid组件滚动条问题
|
||||||
|
.vxe-grid--layout-body-wrapper .vxe-grid--layout-body-content-wrapper {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
@ -411,7 +411,4 @@ const updateDictSession = async () => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
:deep(.vxe-grid--layout-body-wrapper .vxe-grid--layout-body-content-wrapper) {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user