123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .set-content {
- background: #fff;
- padding: 20px;
- .set-title {
- >span {
- font-size: 16px;
- color: #333;
- }
- >button {
- float: right;
- margin-right: 20px;
- }
- }
- .member-table {
- margin-top: 20px;
- }
- }
- .ant-modal-body {
- .modal-content {
- >.list {
- margin-bottom: 20px;
- float: left;
- width: 50%;
- >span {
- margin-right: 20px;
- display: inline-block;
- width: 60px;
- text-align: right;
- }
- >input {
- width: 200px;
- }
- }
- }
- .modal-text {
- margin-right: 20px;
- display: inline-block;
- width: 60px;
- text-align: right;
- }
- }
|