ttk-app-core
Version:
enterprise develop framework
221 lines (210 loc) • 5.95 kB
text/less
.app-asset-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;
/*.mk-search {
height: 51px !important;
}*/
.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;
}
}
}
.ant-select-selection--single {
height: 30px ;
line-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: 80.5%;
}
}
&-assetProperty {
width: 100px ;
.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;
}
}
// .app-asset-list-aaa {
// margin-top: 5px;
// }
form {
.mk_search_row:first-child {
margin-bottom: 5px;
div:nth-child(2) {
.ant-form-item-label {
line-height: 41px;
}
.ant-select-allow-clear {
position: relative;
top: 6px;
}
}
}
.mk_search_row:first-child {
.select_range {
.select_range_label {
width: 25%
}
}
}
.mk_search_row:nth-child(2){
margin-bottom: -0.5px;
.ant-form-item-label {
line-height: 32px;
}
}
.mk_search_row:nth-child(3){
.ant-form-item-label {
line-height: 32px;
}
}
}
form:nth-child(2) {
.ant-form-item:first-child{
.ant-form-item-label {
width: 20.5%
}
}
}
}
&-content {
flex: 1;
background: #fff;
font-size: 12px;
.operation {
cursor: pointer;
}
.mk-datagrid .public_fixedDataTable_main .fixedDataTableLayout_rowsContainer > div:nth-child(3) div.app-oprate {
text-overflow: inherit;
padding: 0;
padding-top: 4px;
}
.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;
}
.asset-name {
display: flex ;
justify-content: space-between;
span {
flex: 1;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
i {
width: 22px;
}
}
}
.total-footer {
line-height: 36px;
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;
.mk-pagination {
height: 30px ;
}
}
}
.asset-card.ant-modal {
top: 50px;
}
.active-asset-option {
font-size: 12px;
}
.mk-layout .app-asset-list-content {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9
}
.app-asset-list-depreciation {
font-size: 12px ;
}
.app-asset-list-disposal {
font-size: 12px ;
}
.app-asset-list-del {
font-size: 12px ;
}
//批量删除提示
.app-asset-list-del-tip {
&-item {
margin-bottom: 0px;
}
}