@kgdata/visualgraph
Version:
visualgraph
36 lines (34 loc) • 713 B
text/less
.graphTabsSettingContainer {
position: absolute;
top: 10px;
left: 0;
z-index: 100;
.tabsPanContent {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 0 10px;
background-color: rgba(240, 242, 245);
border-radius: 10px;
.tabItem,
.tabItemActive {
padding: 5px 10px;
cursor: pointer;
}
.tabItemActive {
// color: @primary-color;
color: #29ccb1;
}
}
.content {
position: absolute;
top: 40px;
z-index: 350;
padding: 0;
background-color: #fff;
border: 1px solid #eee;
border-radius: 2px;
box-shadow: 0 0 4px #aaa;
}
}