123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .sysConfig {
- height: calc(100vh - 88px);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .avatar {
- width: 86px;
- max-height: 86px;
- }
- .upload-icon {
- font-size: 32px;
- color: #999;
- }
- .ant-upload-text {
- margin-top: 8px;
- color: #666;
- }
- .main {
- height: calc(100vh - 161px);
- h2 {
- font-size: 22px;
- color: #333;
- text-align: center;
- margin-top: 56px;
- margin-bottom: 0;
- }
- .forms{
- width: 885px;
- margin: 32px auto 0;
- display: flex;
- justify-content: space-between;
- .form {
- width: 410px;
- h3{
- font-size: 16px;
- padding-bottom: 8px;
- border-bottom: 1px solid #e5e9ed;
- }
- .formItem {
- margin-bottom: 8px;
- .label {
- color: #333;
- }
- [nz-input] {
- height: 34px;
- }
- }
- }
- }
- }
- .submit {
- margin: 0 8px;
- border-top: 1px solid #e5e9ed;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 73px;
- min-height: 73px;
- .save {
- width: 80px;
- height: 34px;
- }
- .refresh{
- margin-left: 8px;
- height: 34px;
- }
- }
- }
|