1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .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;}
|