123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .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-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;
- margin-top: 10px!important;
- }
|