Skip to content

Commit ed20dc6

Browse files
committed
style(config-template): adjust cards heights and layout
1 parent 5ce65f7 commit ed20dc6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/src/views/site/ngx_conf/config_template/ConfigTemplate.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,15 @@ provide('ngx_directives', ngx_directives)
149149
overflow-y: scroll;
150150
overflow-x: hidden;
151151
}
152+
153+
:deep(.ant-col) {
154+
height: calc(100% - 16px);
155+
.ant-list-item {
156+
height: 100%;
157+
158+
.ant-card {
159+
height: 100%;
160+
}
161+
}
162+
}
152163
</style>

0 commit comments

Comments
 (0)