style(接口测试): 定义预览-tab边距
This commit is contained in:
parent
8cb6b1b94a
commit
6c40f93f0c
|
@ -186,6 +186,9 @@
|
||||||
:deep(.arco-tabs-pane) {
|
:deep(.arco-tabs-pane) {
|
||||||
@apply h-auto;
|
@apply h-auto;
|
||||||
}
|
}
|
||||||
|
:deep(.arco-tabs-content) {
|
||||||
|
@apply pt-0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
:deep(.ms-detail-card) {
|
:deep(.ms-detail-card) {
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
|
Loading…
Reference in New Issue