ttk-app-core
Version:
enterprise develop framework
171 lines (168 loc) • 3.21 kB
text/less
.edfx-deptPers {
width: 100%;
height: 100%;
padding: 10px;
flex-direction: row;
&-left {
width: 200px;
flex: 0 0 200px;
margin-right: 6px;
.mk-btn {
width: 30px;
padding: 0px;
font-size: 18px;
}
.ant-card-head {
border-radius: 0px;
border: 1px solid #d9d9d9;
}
.ant-card-body {
border: 1px solid #d9d9d9;
border-top: none;
overflow-y: auto;
.ant-tree li .ant-tree-node-content-wrapper:hover {
background: @item-hover-bg;
}
.ant-tree li .ant-tree-node-selected.ant-tree-node-content-wrapper {
background-color: @primary-1;
color: @primary-color;
}
}
}
&-content {
display: flex;
flex: auto;
overflow: hidden;
background-color: #f1f5f4;
border-radius: 0px;
.cellName:hover {
color: @link-color;
}
.mk-datagrid .public_fixedDataTable_main {
border-left: none;
}
.mk-datagrid .public_fixedDataTable_header .public_fixedDataTableCell_main {
color: #333333;
}
.public_fixedDataTable_scrollbarSpacer {
top: 0px;
}
&-header {
display: flex;
&-more {
position: relative;
right: 10px;
border-radius: 0 4px 4px 0;
border-left: 1px solid #eee;
}
.btn {
height: 30px;
margin-left: 8px;
outline: none;
}
.btnMarginRight {
margin-right: 4px;
}
.importIconBtn {
height: 30px;
width: 30px;
padding: 0;
margin-left: 8px;
outline: none;
color: #00B38A;
&:hover, &:active {
border-color: #FFC000;
}
&:focus {
border-color: #d9d9d9;
}
}
.exportIconBtn {
height: 30px;
width: 30px;
padding: 0;
margin-left: 8px;
outline: none;
color: #00B38A;
&:hover, &:active {
border-color: #00B38A;;
}
&:focus {
border-color: #d9d9d9;
}
}
&-search{
position: absolute;
left: 60px;
top: 10px;
width: 165px;
//margin-right: 8px;
.ant-input-affix-wrapper, .ant-input:not(:last-child) {
font-size: 12px;
padding-right: 30px ;
}
}
}
.ant-card-head {
border-radius: 0px;
border: 1px solid #d9d9d9;
border-bottom: none;
}
&-content {
border: 1px solid #d9d9d9;
border-top: none;
background-color: #ffffff;
}
&-footer {
flex-direction: column-reverse;
background-color: #f1f5f4;
height: 40px;
flex: 0 0 40px ;
align-items: flex-end;
padding-top: 10px;
}
}
.mk-card {
display: flex;
flex-direction: column;
.ant-card-head {
padding: 0 10px;
flex: 0 0 50px;
}
.ant-card-body {
padding: 0px;
flex: 1;
display: flex;
flex-direction: column;
}
}
.no-enable {
color: #dedede;
}
&-personModal {
.ant-modal-body {
height: 500px
}
.ant-modal-content {
min-width: 720px;
}
}
&-deptModal {
.ant-modal-body {
height: 134px
}
}
//滚动条上部
.public_fixedDataTable_scrollbarSpacer {
top: 0px;
background: #eaeaea;
}
a:hover {
text-decoration: underline;
}
}
.edfx-deptPersNoBorder {
.ant-card-bordered {
border: none
}
}