mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
style(config-template): adjust cards heights and layout
This commit is contained in:
parent
5ce65f7047
commit
ed20dc6353
1 changed files with 11 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue