|
|
|
@ -1,23 +1,30 @@
@@ -1,23 +1,30 @@
|
|
|
|
|
$border: 1px solid #EAEAEA; |
|
|
|
|
$border: 1px solid #eaeaea; |
|
|
|
|
|
|
|
|
|
.header { |
|
|
|
|
margin-bottom: 50px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tree-factory{ |
|
|
|
|
.tree-factory { |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 20px; |
|
|
|
|
|
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected, .ant-tree li .ant-tree-node-content-wrapper:hover{ |
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected, |
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper:hover { |
|
|
|
|
background: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tree-factory .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected, .tree-factory .ant-tree li .ant-tree-node-content-wrapper, .tree-factory .tree-title { |
|
|
|
|
|
|
|
|
|
.tree-factory |
|
|
|
|
.ant-tree |
|
|
|
|
li |
|
|
|
|
.ant-tree-node-content-wrapper.ant-tree-node-selected, |
|
|
|
|
.tree-factory .ant-tree li .ant-tree-node-content-wrapper, |
|
|
|
|
.tree-factory .tree-title { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected, .ant-tree li .ant-tree-node-content-wrapper, .tree-title{ |
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected, |
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper, |
|
|
|
|
.tree-title { |
|
|
|
|
background: none; |
|
|
|
|
align-items: center; |
|
|
|
|
height: 100%; |
|
|
|
@ -38,7 +45,7 @@ $border: 1px solid #EAEAEA;
@@ -38,7 +45,7 @@ $border: 1px solid #EAEAEA;
|
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-tree li span.ant-tree-switcher{ |
|
|
|
|
.ant-tree li span.ant-tree-switcher { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -56,44 +63,54 @@ $border: 1px solid #EAEAEA;
@@ -56,44 +63,54 @@ $border: 1px solid #EAEAEA;
|
|
|
|
|
height: 55px; |
|
|
|
|
background: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tree-node { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
flex-direction: column; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 55px; |
|
|
|
|
border-bottom:$border; |
|
|
|
|
// border-bottom: $border; |
|
|
|
|
border-top: $border; |
|
|
|
|
|
|
|
|
|
&:last-child { |
|
|
|
|
// border-bottom: $border; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tree-title{ |
|
|
|
|
|
|
|
|
|
.tree-title { |
|
|
|
|
display: flex; |
|
|
|
|
width: 100%; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: center; |
|
|
|
|
flex-wrap: nowrap; |
|
|
|
|
|
|
|
|
|
div{ |
|
|
|
|
|
|
|
|
|
div { |
|
|
|
|
height: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tree-title-icon_children{ |
|
|
|
|
.tree-title-icon_children { |
|
|
|
|
width: 50px; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
margin-left: 15px; |
|
|
|
|
margin-right: -7px; |
|
|
|
|
|
|
|
|
|
margin-right: -7px; |
|
|
|
|
|
|
|
|
|
i { |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.factory-icon { |
|
|
|
|
content: url(../../../../assets/img/factory-icon.svg); |
|
|
|
|
height: 15px; |
|
|
|
|
width: 15px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tree-title-icon{ |
|
|
|
|
.tree-title-icon { |
|
|
|
|
width: 50px; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
@ -107,48 +124,66 @@ $border: 1px solid #EAEAEA;
@@ -107,48 +124,66 @@ $border: 1px solid #EAEAEA;
|
|
|
|
|
font-weight: 500; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title-txt{ |
|
|
|
|
.title-txt { |
|
|
|
|
top: 15px; |
|
|
|
|
position: relative; |
|
|
|
|
align-self:flex-start; |
|
|
|
|
align-self: flex-start; |
|
|
|
|
padding-left: 30px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-weight: 500; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.search-title{ |
|
|
|
|
|
|
|
|
|
.search-title { |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #0cbf00; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.fa-folder{ |
|
|
|
|
|
|
|
|
|
.fa-folder { |
|
|
|
|
top: 15px; |
|
|
|
|
position: relative; |
|
|
|
|
align-self:flex-start; |
|
|
|
|
align-self: flex-start; |
|
|
|
|
margin-right: 5px; |
|
|
|
|
color: rgba(59, 59, 59, 1); |
|
|
|
|
font-size: 22px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.fa-building{ |
|
|
|
|
.fa-building { |
|
|
|
|
top: 15px; |
|
|
|
|
position: relative; |
|
|
|
|
align-self:flex-start; |
|
|
|
|
align-self: flex-start; |
|
|
|
|
margin-right: 5px; |
|
|
|
|
font-size: 22px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.fa-chevron-down{ |
|
|
|
|
.factory-folder { |
|
|
|
|
content: url(../../../../assets/img/folder-icon.svg); |
|
|
|
|
height: 22px; |
|
|
|
|
width: 22px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.factory-icon { |
|
|
|
|
content: url(../../../../assets/img/factory-icon.svg); |
|
|
|
|
height: 22px; |
|
|
|
|
width: 22px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.factory-icon-small { |
|
|
|
|
content: url(../../../../assets/img/factory-icon.svg); |
|
|
|
|
height: 15px; |
|
|
|
|
width: 15px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.fa-chevron-down { |
|
|
|
|
top: 20px; |
|
|
|
|
position: relative; |
|
|
|
|
align-self:flex-start; |
|
|
|
|
align-self: flex-start; |
|
|
|
|
margin-left: 7px; |
|
|
|
|
font-size: 12px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.lnr-trash{ |
|
|
|
|
.lnr-trash { |
|
|
|
|
width: 50px; |
|
|
|
|
min-height: 55px; |
|
|
|
|
display: flex; |
|
|
|
@ -159,18 +194,18 @@ $border: 1px solid #EAEAEA;
@@ -159,18 +194,18 @@ $border: 1px solid #EAEAEA;
|
|
|
|
|
font-size: 18px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text{ |
|
|
|
|
.text { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
overflow: hidden; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
-webkit-touch-callout: none; /* iOS Safari */ |
|
|
|
|
-webkit-user-select: none; /* Safari */ |
|
|
|
|
-khtml-user-select: none; /* Konqueror HTML */ |
|
|
|
|
-moz-user-select: none; /* Old versions of Firefox */ |
|
|
|
|
-ms-user-select: none; /* Internet Explorer/Edge */ |
|
|
|
|
user-select: none; /* Non-prefixed version, currently |
|
|
|
|
-khtml-user-select: none; /* Konqueror HTML */ |
|
|
|
|
-moz-user-select: none; /* Old versions of Firefox */ |
|
|
|
|
-ms-user-select: none; /* Internet Explorer/Edge */ |
|
|
|
|
user-select: none; /* Non-prefixed version, currently |
|
|
|
|
supported by Chrome, Edge, Opera and Firefox */ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|