fix: height

This commit is contained in:
Fine 2023-11-16 11:35:41 +08:00
parent a4271bb479
commit 2a2603d55b

View File

@ -59,5 +59,6 @@ limitations under the License. -->
width: 100%; width: 100%;
overflow: auto; overflow: auto;
min-width: 1200px; min-width: 1200px;
height: calc(100% - 100px);
} }
</style> </style>