ttk-app-core
Version:
enterprise develop framework
186 lines (179 loc) • 5.18 kB
text/less
.app-asset-statrpt{
width: 100%;
height: 100%;
.ant-calendar-picker {
width: 100%;
:hover{
.ant-calendar-picker-input:not(.ant-input-disabled)~.ant-calendar-picker-icon:after{
color: @primary-color;
}
}
}
&-header {
display: flex;
flex-direction: row;
justify-content: space-between;
background: #fff;
align-items: center;
.ant-select-selection {
overflow: hidden;
.ant-select-selection__rendered {
display: flex;
line-height: 28px;
margin-left: 6px;
margin-right: 5px;
}
}
.asset-header-select {
.ant-select-selection__rendered {
margin-left: 10px;
margin-right: 10px;
.ant-select-selection-selected-value {
font-size: 12px;
}
}
}
.mk-search {
//height: 51px ;
// // border-top: 1.5px solid #d9d9d9;
.mk-normal-search {
padding-bottom: 9px ;
.mk-normal-search-left {
height: 30px ;
.app-asset-statrpt-header-discribteSpan {
padding-left: 8px;
}
}
}
}
&-assetProperty {
width: 100px ;
.ant-select-selection {
border-radius: 4px 0 0 4px;
background: #eee;
border-right: 0;
}
}
&-assetClass {
width: 150px ;
height: 30px ;
margin-right: 8px;
.ant-select-selection {
border-radius: 0 4px 4px 0;
}
}
.ant-select-selection--single {
height: 30px ;
}
.print, .export, .import {
cursor: pointer;
margin-left: 8px;
}
.select-tree {
width: 50%;
display: flex;
margin-bottom: 19px;
&-label {
width: 19.5%;
line-height: 30px;
text-align: right;
color: #454545;
padding-right: 8px;
}
&-wrap {
width: 85%;
}
}
&-date {
display: flex;
// width: 180px ;
margin-top: 0.2px;
margin-right: 0px ;
.ant-select-selection {
border-radius: 0 4px 4px 0;
}
}
.mk-span {
// margin-left: 10px;
// margin-right: 10px ;
margin-left: 8px;
margin-right: 8px ;
}
form {
.select_range_label{
width: 25% ;
}
.ant-form-item-label{
width: 21% ;
}
}
&-discribteSpan {
font-size: 12px;
display: inline-block;
margin-right: 8px;
line-height: 2.5;
}
.mk-normal-search {
&-left {
align-items: center;
.mk-dateRangeMonthPicker {
.ant-calendar-picker {
width: 95px;
}
}
}
}
}
&-content {
display: flex;
flex: 1;
background: #fff;
font-size: 12px;
.operation {
cursor: pointer;
}
.mk-datagrid .public_fixedDataTable_main{
border-left: none;
}
.mk-datagrid .public_fixedDataTable_header .public_fixedDataTableCell_main{
//background: #e4e4e4 ;
color: #333333;
}
.public_fixedDataTableCell_main{
.anticon-youcezhankailanmushezhi{
font-size: 28px;
cursor: pointer;
margin-top: 4px;
}
}
.mk-datagrid .fixedDataTableLayout_rowsContainer .fixedDataTableRowLayout_rowWrapper .public_fixedDataTable_header{
//background: #e4e4e4 ;
}
.public_fixedDataTable_scrollbarSpacer{
top: 0px;
}
}
.total-footer {
line-height: 35px;
display: inline-block;
width: 100%;
}
.total-footer-right {
text-align: right;
padding: 0 8px;
}
&-footer {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin: 10px 0;
height: 36px;
}
}
.active-asset-option {
font-size: 12px;
}
.mk-layout .app-asset-statrpt-content {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9
}