123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .clearCheckbox .ant-checkbox-inner {
- border-color: #FFF;
- }
- .searchModal {
- position: fixed;
- top: 148px;
- right: 470px;
- z-index: 200;
- border-radius: 6px;
- min-width: 200px;
- max-width: 550px;
- min-height: 50px;
- max-height: 320px;
- background-color: #FFF;
- border: 1px solid #d19999;
- padding: 6px;
- box-sizing: border-box;
- cursor: pointer;
- .close {
- position: absolute;
- top: -18px;
- right: -24px;
- padding: 4px;
- font-size: 18px;
- color: red;
- }
- .bts {
- position: absolute;
- bottom: 0;
- right: -33px;
- background-color: #FFF;
- }
- }
- .MYtable {
- tbody {
- td {
- padding: 0px !important;
- .ant-progress-bg {
- border-radius: 0 !important;
- height: 100% !important;
- }
- .ant-progress-inner {
- border-radius: 0 !important;
- height: 100%;
- background-color: #fff;
- }
- .ant-progress-line,
- .ant-progress-outer {
- height: 100%;
- }
- }
- tr:hover {
- background-color: #d6d0d0 !important;
- }
- tr:active {
- background-color: #d6d0d0 !important;
- }
- }
- }
- .more {
- width: 500px;
- max-height: 200px;
- }
|