| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 | 
							- .user-content {
 
-   background: #fff;
 
-   padding: 20px;
 
-   .content-title {
 
-     color: #333;
 
-     font-size: 16px;
 
-   }
 
-   .user-search {
 
-     margin-bottom: 10px;
 
-     >input {
 
-       width: 140px;
 
-     }
 
-     >* {
 
-       margin-right: 10px;
 
-       margin-top: 10px;
 
-     }
 
-     >input,
 
-     >button,
 
-     .ant-select {
 
-       margin-top: 10px;
 
-       margin-right: 10px;
 
-     }
 
-     .ant-switch {
 
-       margin-left: 10px;
 
-     }
 
-     .search-more {
 
-       margin: 10px 0;
 
-     }
 
-     .search-div {
 
-       display: inline-block;
 
-       margin-top: 10px;
 
-       margin-right: 10px;
 
-     }
 
-   }
 
- }
 
- .ant-modal-body {
 
-   .modal-box {
 
-     overflow: hidden;
 
-     line-height: 28px;
 
-     margin-bottom: 10px;
 
-     .modal-box-title {
 
-       float: left;
 
-       width: 84px;
 
-       text-align: right;
 
-       margin-right: 20px;
 
-     }
 
-     .modal-box-detail {
 
-       float: left;
 
-       width: 400px;
 
-       >span {
 
-         margin-right: 6px;
 
-       }
 
-     }
 
-     >button {
 
-       margin-right: 20px;
 
-     }
 
-   }
 
- }
 
- .no-all-select {
 
-   .ant-table-selection {
 
-     .ant-checkbox {
 
-       display: none;
 
-     }
 
-   }
 
- }
 
- .addButton {
 
-   float: right;
 
-   margin-right: 50px !important;
 
- }
 
- .tip {
 
-   color: red;
 
-   font-size: 12px;
 
- }
 
- .division {
 
-   margin: 0 auto;
 
-   margin-top: 25px;
 
-   width: 80%;
 
- }
 
- .fa {
 
-   display: flex;
 
-   justify-content: space-around;
 
- }
 
- // .ant-upload-select{
 
- // 	vertical-align: top;
 
- // }
 
- .ant-upload.ant-upload-select {
 
-   vertical-align: top;
 
- }
 
- .ant-upload-list-item {
 
-   font-size: 14px;
 
- }
 
 
  |