update 个人中心
This commit is contained in:
@@ -9,6 +9,3 @@
|
||||
border-radius: 0;
|
||||
background-color: @primary-color;
|
||||
}
|
||||
.ant-anchor-link-active {
|
||||
background: linear-gradient(90deg, #fff, transparent);
|
||||
}
|
||||
|
||||
@@ -220,6 +220,23 @@
|
||||
color: fade(@black, 50%);
|
||||
}
|
||||
}
|
||||
&.yo-form--no-border {
|
||||
.ant-form-item {
|
||||
padding: @padding-md 0;
|
||||
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
&:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
.yo-form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.yo-modal-form {
|
||||
.ant-modal-body {
|
||||
|
||||
Reference in New Issue
Block a user