修改:调整部分页面样式问题;

This commit is contained in:
iczer
2020-06-21 23:53:54 +08:00
parent 54c130a1b0
commit 0a490feda3
9 changed files with 36 additions and 52 deletions

View File

@@ -21,3 +21,8 @@
background: @primary-3;
}
}
.split-right{
&:not(:last-child) {
border-right: 1px solid rgba(98, 98, 98, 0.2);
}
}