123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .user-content {
- background: #fff;
- padding: 20px;
- .content-title {
- color: #333;
- font-size: 16px;
- overflow: hidden;
- }
- .user-search {
- // margin-bottom: 10px;
- >input {
- width: 140px;
- }
- >button,
- .ant-select,
- >input {
- margin-right: 10px;
- // margin-top: 10px;
- }
- .ant-switch {
- margin-left: 10px;
- }
- .search-more {
- margin: 10px 0;
- >span {
- margin-right: 10px;
- }
- }
- }
- .addButton {
- float: right;
- margin-right: 10px !important;
- }
- }
- .ant-tabs-bar {
- margin-bottom: 10px;
- }
- .half-item {
- float: left;
- width: 50%;
- min-height: 36px;
- margin-bottom: 10px;
- button {
- margin-left: 20px;
- }
- }
- .half-middle {
- width: 80%;
- margin: 10px auto;
- height: 36px;
- button {
- margin-left: 20px;
- }
- }
- .patent-table {
- clear: both;
- }
- .set-submit {
- margin-right: 15px;
- }
- .deletButton {
- float: right;
- margin-bottom: 15px;
- }
- .clearfix {
- clear: both;
- }
- .mandatory {
- color: red;
- margin-left: 8px;
- }
- .search-more .ant-select-auto-complete.ant-select-lg .ant-input {
- height: 28px
- }
- .rolesCol {
- width: 90%;
- }
- .dynamic-delete-button {
- cursor: pointer;
- position: relative;
- top: 4px;
- font-size: 24px;
- color: #999;
- transition: all .3s;
- }
- .dynamic-delete-button:hover {
- color: #777;
- }
|