update 个人中心

This commit is contained in:
2021-06-30 20:16:35 +08:00
parent 3b9def0895
commit 8d3352a55a
18 changed files with 1277 additions and 1220 deletions

View File

@@ -9,6 +9,3 @@
border-radius: 0;
background-color: @primary-color;
}
.ant-anchor-link-active {
background: linear-gradient(90deg, #fff, transparent);
}

View File

@@ -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 {