ttk-app-core
Version:
enterprise develop framework
46 lines • 863 B
text/less
.ttk-scm-app-file-mapping{
width: 100%;
height: 100%;
display: flex;
//flex-direction: column;
flex: 1;
padding: 0 10px 0 0 ;
.ant-tabs{
display: flex;
flex-direction: column;
.ant-tabs-content{
flex:1;
}
}
.mk-search{
border: none
}
.tab-app-item{
height: 100%;
}
.ttk-scm-app-file-mapping-tab{
flex:1;
}
.ant-tabs.ant-tabs-top.mk-tabs.ant-tabs-line{
height: 100%;
}
.ant-tabs-bar {
margin: 0;
}
.ttk-scm-app-file-mapping-div {
// border: 1px solid #d9d9d9;
// border-bottom: 0;
// background-color: #fff;
// margin-bottom: -1px;
// padding: 6px 0 0 0;
// position: relative;
// z-index: 1;
width: 100%;
// .ant-tabs-nav {
// padding-left: 10px;
// .ant-tabs-tab {
// margin: 0;
// }
// }
}
}