fix 修复面板因为min width原因收缩不全

This commit is contained in:
LiuHao 2024-03-19 16:14:38 +08:00
parent 9ea8b710ff
commit e1289d0abb

View File

@ -391,7 +391,6 @@ pre {
box-shadow: #cccccc 0 0 8px; box-shadow: #cccccc 0 0 8px;
max-height: 100%; max-height: 100%;
width: 25%; width: 25%;
min-width: 200px;
height: calc(100vh - 80px); height: calc(100vh - 80px);
:deep(.el-collapse) { :deep(.el-collapse) {
height: calc(100vh - 162px); height: calc(100vh - 162px);