| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | 
							- .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;
 
-     }
 
-     .set-search {
 
-         >input {
 
-             width: 120px;
 
-         }
 
-         >* {
 
-             margin-right: 10px;
 
-             margin-top: 10px;
 
-         }
 
-     }
 
- }
 
- .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-det {
 
-                 width: 200px;
 
-                 text-align: left;
 
-             }
 
-         }
 
-     }
 
-     .modal-text {
 
-         margin-right: 20px;
 
-         display: inline-block;
 
-         width: 60px;
 
-         text-align: right;
 
-     }
 
- }
 
- .user-content{
 
-     padding: 15px;
 
-     background: #ffffff;
 
- }
 
- thead>tr>.ant-table-selection-column>span .ant-checkbox-inner{display:none;}
 
- .half-item{    float: left;
 
-     width: 50%;
 
-     margin-bottom: 10px;}
 
 
  |