ttk-app-core
Version:
enterprise develop framework
162 lines (154 loc) • 4.52 kB
text/less
@Color: #fff;
@ColorEven:#f8f8f8;
@iconBorder: 1px solid #D9D9D9;
@iconDayin: #45ACF7;
@iconDaochu: #00B38A;
@hoverTdColor: #e6f7f3;
.app-proof-of-collect-rpt{
width: 100%;
height: 100%;
overflow: auto;
padding: 0 10px 10px 0;
.mk-table .ant-table-tbody td{
height: 37px ;
}
&-headerContent {
background:@Color;
padding-top: 11px;
background: #fff;
border: 1px solid #d9d9d9;
border-bottom: none;
}
&-header {
display: flex;
flex-direction: row;
box-sizing:border-box;
padding-bottom: 9px;
padding-left: 11px;
padding-right: 11px;
.mk-rangePicker{
width: 80px;
margin-right: 6px;
.ant-input{
padding: 2px 2px 3px 2px;
height: 30px;
font-size: 12px;
input{
font-size: 12px;
// position: relative;
// top: -2px;
}
}
// .ant-calendar-picker-icon{
// display: none;
// }
}
.mk-rangePicker:hover{
.ant-calendar-picker-input:not(.ant-input-disabled)+.ant-calendar-picker-icon:after{
color: @primary-color;
}
}
&-reload{
width: 30px;
height: 30px;
font-size: 28px;
border-radius: 5px;
border: @iconBorder;
cursor: pointer;
color: @iconDayin;
background: @Color;
&:hover{
border-color:@iconDayin
}
}
&-label{
display: block;
text-align:right;
line-height: 30px !important;
box-sizing: border-box;
background: @Color;
padding-right: 7px;
font-size: 12px;
}
.dayin {
display: block;
text-align: center;
box-sizing: border-box;
background:@Color;
margin-left: 8px;
}
.daochu {
display: block;
text-align: center;
box-sizing: border-box;
background: @Color;
margin-left: 8px;
}
.edficon{
width: 30px;
height: 30px;
font-size: 28px;
border-radius: 5px;
border: @iconBorder;
cursor: pointer;
}
.edficon-shuaxin, .edficon-dayin{
color: @iconDayin;
}
.edficon-shuaxin:hover{
border-color: @iconDayin
}
.edficon-dayin:hover{
border-color: @iconDayin
}
.edficon-daochu{
color: @iconDaochu;
}
.edficon-daochu:hover{
border-color: @iconDaochu
}
}
.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 ;
}
.ant-table .ant-table-thead{
tr{
th:last-child{
border-right: none;
}
}
}
.ant-table-placeholder{
border-right: none ;
border-left: none ;
}
.ant-table-fixed-header table tr th:last-child{
border-right: 1px solid #d9d9d9 ;
}
.ant-table-fixed-header table tr td:last-child{
border-right: 1px solid #d9d9d9 ;
}
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);
}
}
}
.AmountColumnStyle{
text-align: right;
}