Vanessa 2023-06-27 10:30:20 +08:00
parent e40229dbc6
commit 31b13b1cc7
2 changed files with 14 additions and 6 deletions

View file

@ -444,7 +444,7 @@
hr {
border: 0;
border-bottom: 1px solid var(--b3-theme-background-light);
margin: 8px 0;
margin: 21px 0;
}
table {

View file

@ -34,7 +34,19 @@
cursor: pointer;
& > div {
border-bottom: 1px solid var(--b3-theme-background-light)
padding-left: 100%;
position: relative;
height: 26px;
&:after {
position: absolute;
content: " ";
height: 1px;
background-color: var(--b3-theme-background-light);
width: calc(100% - 1px);
left: 0;
top: 13px;
}
}
}
@ -516,10 +528,6 @@
height: 36px;
}
&.hr {
height: auto;
}
&.bq {
height: 42px;