123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .user-content {
- background: #fff;
- padding: 20px;
- .content-title {
- color: #333;
- font-size: 16px;
- }
- .user-search {
- margin: 10px 0;
- >input {
- width: 140px;
- }
- >input,
- >button,
- .ant-select {
- margin-right: 10px;
- }
- .ant-switch {
- margin-left: 10px;
- }
- .search-more {
- margin: 10px 0;
- }
- }
- }
- .ant-modal-body {
- .orgAdd-input {
- margin-bottom: 20px;
- >span {
- display: inline-block;
- width: 100px;
- }
- }
- .set-submit {
- margin-right: 20px;
- }
- }
- .admin-desc-content {
- #address,
- #licenceAddress,
- #locationAddress {
- select {
- height: 32px;
- border-radius: 4px;
- margin-right: 10px;
- border-color: #d9d9d9;
- }
- }
- }
- .ant-row {
- >div {
- margin-top: 20px;
- >span {
- line-height: 28px;
- }
- }
- }
|