12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .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: 50px!important;
- }
- }
- .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: 20px;
- font-size: 16px;
- width: 80px;
- height: 30px;
- line-height: 30px;
- }
- .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%;}
- .setSave,.operations,.cancel{
- float: left;
- }
- .setSave{margin-right: 10px;margin-left: 150px;}
- .toVoid{float: left;margin-right: 10px;}
- .btnSave{text-align: center;margin-top: 10px;}
- .ant-calendar-picker{vertical-align: top;margin-top: 11px;}
- .ant-calendar-picker-input{height: 27px;}
|