12345678910111213141516171819202122232425262728293031323334 |
- .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 {
- >li {
- margin-bottom: 20px;
- >span {
- margin-right: 20px;
- display: inline-block;
- width: 60px;
- text-align: right;
- }
- >input {
- width: 200px;
- }
- }
- }
- }
|