style: playground style

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent c04b9342b8
commit b041cdc766
26 changed files with 373 additions and 312 deletions
@@ -78,6 +78,25 @@
padding-block: 0;
}
.ant-page-header {
position: relative;
height: 72px;
}
&.chat {
.ant-page-header {
&::after {
position: absolute;
content: '';
left: 32px;
right: 32px;
bottom: 0;
height: 1px;
background-color: var(--ant-color-split);
}
}
}
&.compare {
.ant-pro-page-container-children-container {
padding-inline: 0;