ttk-app-core
Version:
enterprise develop framework
112 lines (111 loc) • 2.07 kB
text/less
.app-list-inventory {
width: 100%;
height: 100%;
padding: 10px 0;
&-backgroundColor {
border: 1px solid #d9d9d9;
background-color: #fff;
}
&-header {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 10px 10px;
height: 50px;
&-left, &-right {
display: flex;
flex-direction: row;
justify-content: flex-end;
overflow: hidden;
.btn {
height: 30px;
margin-left: 8px;
outline: none;
}
}
&-left {
justify-content: flex-start;
.refresh {
display: flex;
align-content: center;
justify-content: center;
font-size: 28px;
height: 30px;
width: 30px;
color: #45ACF7 ;
border-color: #D9D9D9;
&:hover {
border-color: #45ACF7;
}
&-btn {
position: absolute;
top: 1px;
left: 1px;
}
}
&-search{
width: 180px;
margin-right: 8px;
.ant-input-affix-wrapper, .ant-input:not(:last-child) {
font-size: 12px;
padding-right: 30px ;
}
}
}
}
&-content {
flex: 1;
.mk-datagrid .public_fixedDataTable_main {
border-left: none;
}
.mk-datagrid .public_fixedDataTable_header .public_fixedDataTableCell_main {
color: #333333;
}
.public_fixedDataTable_scrollbarSpacer {
top: 0px;
}
//滚动条上部
.public_fixedDataTable_scrollbarSpacer {
top: 0px;
background: #eaeaea;
}
.del {
cursor: pointer;
}
a:hover {
text-decoration: underline;
}
}
&-footer {
display: flex;
flex-direction: row;
justify-content: flex-end;
height: 30px;
margin-top: 10px;
}
.no-enable {
color: #dedede;
}
&-modal {
.ant-modal-body {
height: 376px
}
.ant-modal-content {
min-width: 750px;
}
}
&-modal-revenue {
.ant-modal-body {
height: 480px;
padding: 5px 0px;
}
.ant-modal-content {
min-width: 750px;
}
}
&-contentHeight {
.fixedDataTableLayout_rowsContainer {
width: 100% ;
}
}
}