ttk-app-core
Version:
enterprise develop framework
153 lines (148 loc) • 4.25 kB
text/less
.app-asset-management-list{
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;
&-left {
.btn, .refresh {
padding: 0 6px;
}
.refresh {
margin-left: 8px;
}
}
.mk-select {
width: 150px;
//margin-right: 8px;
.ant-select-selection {
.ant-select-selection__rendered {
margin-left: 10px;
margin-right: 10px;
line-height: 28px;
}
}
}
.search-form-contaienr {
.mk-select {
width: 100%;
}
.ant-form-item-label {
display: flex;
flex-direction: column;
justify-content: center;
}
}
.asset-header-select {
.ant-select-selection__rendered {
margin-left: 10px;
margin-right: 10px;
.ant-select-selection-selected-value {
font-size: 12px;
}
}
}
.ant-select-selection--single {
height: 30px ;
line-height: 30px;
}
.subjectRight{
margin-left: 8px;
}
.print, .export {
cursor: pointer;
margin-left: 8px;
}
.ant-input {
height: 30px;
}
.select-tree {
width: 50%;
display: flex;
margin-bottom: 19px;
&-label {
width: 15%;
line-height: 30px;
text-align: right;
color: #454545;
padding-right: 8px;
}
&-wrap {
width: 85%;
}
}
&-assetProperty {
width: 100px ;
margin-right: 0 ;
.ant-select-selection {
border-radius: 4px 0 0 4px;
background: #eee;
border-right: 0;
}
}
&-assetClass {
width: 150px ;
margin-right: 8px;
.ant-select-selection {
border-radius: 0 4px 4px 0;
}
}
}
&-content {
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;
}
.mk-datagrid .public_fixedDataTable_main .fixedDataTableLayout_rowsContainer > div:nth-child(3) div.app-oprate {
text-overflow: inherit;
padding-top: 4px;
}
.mk-datagrid .fixedDataTableLayout_rowsContainer .fixedDataTableRowLayout_rowWrapper .public_fixedDataTable_header{
//background: #e4e4e4 ;
}
.public_fixedDataTable_scrollbarSpacer{
top: 0px;
}
.anticon-youcezhankailanmushezhi{
font-size: 28px;
cursor: pointer;
margin-top: 4px;
}
.docCodes {
margin: 0px 2px;
}
&-footer {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin: 10px 0;
height: 36px;
}
}
}
.active-management-option {
font-size: 12px;
}
.mk-layout .app-asset-management-list-content {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9
}