修复 发布跳转错误 ,个人页线条问题
This commit is contained in:
@@ -174,9 +174,7 @@
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
|
||||
&:not(:first-child) {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
|
||||
.form_item {
|
||||
display: flex;
|
||||
@@ -187,6 +185,11 @@
|
||||
box-sizing: border-box;
|
||||
gap: 20px;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.item_left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -301,6 +304,13 @@
|
||||
border-radius: 99px;
|
||||
}
|
||||
}
|
||||
|
||||
.divider{
|
||||
height: 1px;
|
||||
background-color: rgba(0, 0, 0, 0.06) ;
|
||||
margin-left:35px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user