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