| 1234567891011121314151617181920212223242526272829303132333435 |
- .A2editUser {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- width: 800px !important;
- }
- .A2Emain {
- border-top: 1px solid #999999;
- padding-top: 15px;
- width: 100%;
- // 封面
- .formRow {
- display: flex;
- margin-bottom: 24px;
- .formLeft {
- width: 100px;
- text-align: right;
- position: relative;
- top: 4px;
- & > span {
- color: #ff4d4f;
- }
- }
- }
- .A2Ebtn {
- margin-top: 20px;
- text-align: center;
- }
- }
- }
- }
|