.function-menu-view {
|
&-title {
|
font-size: 16px;
|
font-weight: 600;
|
}
|
&-row {
|
min-height: 42vh;
|
min-width: 500px;
|
// &-tree {
|
// padding: 10px;
|
// height: 380px;
|
// overflow-x: scroll;
|
// }
|
// &-tree::-webkit-scrollbar {
|
// display: none;
|
// }
|
&-col {
|
display: flex;
|
justify-content: space-between;
|
}
|
}
|
&-first {
|
width: 220px;
|
background-color: #fafafa !important;
|
}
|
&-bottom-buttton {
|
width: 240px;
|
display: flex;
|
justify-content: space-between;
|
padding: 24px 0;
|
}
|
&-menu {
|
position: relative;
|
&-change {
|
position: absolute;
|
top: 52px;
|
right: 12px;
|
&-col {
|
height: 40px;
|
margin: 4px 0 8px;
|
&-a {
|
display: flex;
|
align-items: center;
|
}
|
}
|
}
|
}
|
}
|
|
.tabtop {
|
margin-top: 13px;
|
}
|
.tabtop td {
|
background-color: #ffffff;
|
height: 50px;
|
line-height: 150%;
|
border: 1px solid #e8e8e8;
|
text-align: center;
|
}
|
.function-table-left td {
|
text-align: left !important;
|
}
|
|
.padding-left {
|
padding: 24px;
|
}
|
|
.font-left {
|
text-align: left !important;
|
}
|