ttk-app-core
Version:
enterprise develop framework
231 lines (226 loc) • 6.51 kB
text/less
@Color: #fff;
@ColorEven:#f8f8f8;
.app-auxbalancesum-rpt{
width: 100%;
height: 100%;
padding: 10px;
overflow: auto;
.mk-span{
// margin-left: 8px;
margin-right: 0px;
width: 40px;
}
.mk-input{
width: 225px;
margin-right: 6px;
height: 30px;
input{
font-size: 12px;
height: 30px;
}
}
.mk-normal-search{
display: flex;
.mk-dateRangeMonthPicker{
margin-top: 0;
}
.mk-normal-search-left{
width: 55%;
display: flex;
.mk-dateRangeMonthPicker{
flex: 1;
min-width: auto;
max-width: 172px;
display: flex;
.ant-calendar-picker{
flex: 1;
width: auto;
input{
padding-right: 20px ;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
}
}
.app-auxbalancesum-rpt-normalSearch{
flex: 1;
max-width: 172px;
// margin-left: 8px;
.mk-activeLabelSelect{
display: flex;
}
.mk-activeLabelSelect-label{
width: 40%;
}
.mk-activeLabelSelect-value{
width: 60%;
}
}
.mk-activeLabelSelect{
width: auto;
max-width: 172px;
}
}
.mk-title-otherBtn{
min-width: 334px;
display: flex;
}
.app-auxbalancesum-rpt-normalSearch{
display: inline-block;
position: relative;
margin-right: 8px;
.edficon{
font-size: 19px;
}
.mk-activeLabelSelect .ant-select-selection-selected-value {
max-width: 120px;
}
.ant-select-selection__clear{
margin-right: none;
right: 17px;
}
.app-auxbalancesum-rpt-normalSearch-leftBtn{
display: inline-block;
position: absolute;
left: 1px;
top: 1px;
width: 25px;
z-index: 10;
height: 20px;
line-height: 30px;
text-align: center;
cursor: pointer;
color: #ACACAC;
border: none;
}
.app-auxbalancesum-rpt-normalSearch-input{
width: 100%;
height: 30px;
margin: 0;
// margin-right: 8px;
.ant-select-selection--single{
height: 30px;
line-height: 1.1;
}
.ant-select-arrow{
display: none;
}
.ant-select-selection__rendered{
height: 30px;
line-height: 30px;
margin: 0px 25px;
.ant-select-selection-selected-value{
width: 100%;
max-width: 120px;
padding-right: 0;
font-size: 12px;
line-height: 30px;
}
}
}
.app-auxbalancesum-rpt-normalSearch-rightBtn{
display: inline-block;
position: absolute;
right: 0px;
top: 1px;
z-index: 10;
height: 20px;
width: 25px;
line-height: 30px;
text-align: center;
cursor: pointer;
color: #ACACAC;
border: none;
}
}
.app-auxbalancesum-rpt-reload{
display: block;
line-height: 30px ;
// 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-table .ant-table .ant-table-fixed tr td{
text-overflow: ellipsis;
}
&-table-tbody{
flex:1;
background: #fff;
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);
}
}
}
.app-auxbalancesum-rpt-normalSearch-cb{
height: 30px;
font-size: 12px;
line-height: 30px;
}
.dayin {
// font-size: 30px;
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: 30px;
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;
}
.activeLabelSelect-option{
font-size: 12px;
font-weight: normal;
}
.amountColumnStyle{
text-align: right;
}