UNPKG

ttk-app-core

Version:
217 lines (211 loc) 5.65 kB
@iconDayin: #45ACF7; @iconDaochu: #00B38A; @iconBorder: 1px solid #D9D9D9; @Color: #fff; @ColorEven:#f8f8f8; .app-balancesum-rpt{ width: 100%; height: 100%; padding: 10px; overflow: auto; .mk-table .ant-table-tbody tr:last-child td{ background: #fff6ea; } .mk-rangePicker{ width: 119px; margin-right: 6px; .ant-input{ padding: 4px 2px; height: 30px; line-height: 1.1; input{ font-size: 12px; } } .ant-calendar-picker-icon{ display: none; } } .mk-span{ height: 30px; } .mk-input{ margin-right: 6px; } .mk-table .ant-table .ant-table-fixed tr td{ text-overflow: ellipsis; } &-table-tbody{ flex:1; background: #fff; border-right: 1px solid #d9d9d9; table tr td:last-child{ border-right: none !important; } .ant-table .ant-table-thead{ tr{ th:last-child{ border-right: none; } } } .ant-table-placeholder{ border-right: none !important; border-left: none !important; } .ant-table-fixed-header table tr th:last-child{ border-right: 1px solid #d9d9d9 !important; } .ant-table-fixed-header table tr td:last-child{ border-right: 1px solid #d9d9d9 !important; } tr:last-child{ td{ background:linear-gradient(#fff6ea, #fff6ea); font-weight: bold; } } } //合计行滑过不变色 .mk-table .ant-table .ant-table-fixed tr:last-child:hover{ td{ // background:linear-gradient(#fff6ea, #fff6ea); } } .mk-normal-search{ .app-balancesum-rpt-normalSearch{ display: inline-block; position: relative; .app-balancesum-rpt-normalSearch-input{ width: 180px; height: 26px; .ant-select-selection--single{ height: 26px; line-height: 22px; margin: 0 25px; } .ant-select-arrow{ display: none; } .ant-select-selection__rendered{ height: 26px; line-height: 22px; margin: 0 25px; } } } .app-balancesum-rpt-header-cb{ display: block; font-size: 12px; line-height: 30px !important; box-sizing: border-box; background: #FFFFFF; padding: 0; margin: 0; } .app-balancesum-rpt-reload{ display: block; line-height: 30px !important; // font-size: 20px; // width: 30px; // height: 30px; box-sizing: border-box; background: #FFFFFF; color: @iconDayin; cursor: pointer; padding: 0; margin: 0; &:hover{ border-color: @iconDayin; } &.ant-btn-clicked{ background: @iconActive; border: @hoverIconBorder; color: #fff; } } } .mk-activeLabelSelect{ width: 185px; height: auto; .mk-activeLabelSelect-label{ width: 58px; .ant-select-selection{ border-top-right-radius: 0; border-bottom-right-radius: 0; } } .mk-activeLabelSelect-value{ width: 122px; .ant-select-selection{ border-top-left-radius: 0; border-bottom-left-radius: 0; } } .ant-select-selection{ height: 26px; } .ant-select-selection-selected-value{ height: 26px; line-height: 26px; font-size: 10px; padding-right: 8px; } .ant-select-selection__rendered{ margin: 0; margin-left: 8px; } .ant-select-arrow{ right: 4px; } } } .activeLabelSelect-option{ font-size: 12px; font-weight: normal; } .dayin { // font-size: 26px; color: @iconDayin; display: block; // width: 30px; // height: 30px; text-align: center; box-sizing: border-box; background: #FFFFFF; // border: @iconBorder; // border-radius: 2px; margin-left: 8px; cursor: pointer; line-height: 30px; } .dayin:hover{ border-color: @iconDayin; } .daochu { // font-size: 26px; color: @iconDaochu; display: block; // width: 30px; // height: 30px; text-align: center; box-sizing: border-box; background: #FFFFFF; // border: @iconBorder; // border-radius: 2px; margin-left: 8px; cursor: pointer; line-height: 28px; } .daochu:hover{ border-color: @iconDaochu; } .amountColumnStyle{ text-align: right; } .select_range_label{ min-width: 70px; } .searchAccountMaxWidthStyle{ min-width: 180px; }