style(config-template): adjust cards heights and layout

This commit is contained in:
Jacky 2025-02-08 15:51:14 +08:00
parent 5ce65f7047
commit ed20dc6353
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -149,4 +149,15 @@ provide('ngx_directives', ngx_directives)
overflow-y: scroll;
overflow-x: hidden;
}
:deep(.ant-col) {
height: calc(100% - 16px);
.ant-list-item {
height: 100%;
.ant-card {
height: 100%;
}
}
}
</style>