| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .attach img {
- height: 25px;
- }
- .report-content .edit-input {
- padding: 3px 5px;
- border: 1px solid #3c3c3c;
- font-weight: 400;
- color: red;
- width: calc(100% - 10px)
- }
- .report-content thead td img {
- width: 600px;
- }
- .report-content tr td {
- padding: 5px 2px;
- font-size: 12px;
- font-weight: 500;
- text-align: center;
- border-left: 1px solid #000;
- border-top: 1px solid #000;
- background: #f5f5f5;
- word-wrap: break-word;
- word-break: break-all;
- }
- .report-content tr:last-of-type td {
- border-bottom: 1px solid #000;
- height: 28px;
- }
- .report-content tr td:last-of-type {
- border-right: 1px solid #000;
- }
- .report-content td span {
- cursor: pointer;
- display: inline-block;
- min-width: 10px;
- min-height: 10px;
- }
- .report-content .td-count {
- padding-right: 6px;
- }
- .report-content .td-input {
- font-weight: 400;
- background: #fefefe;
- }
|