大屏
This commit is contained in:
		| @@ -8,6 +8,9 @@ | ||||
|       <VueOkrTree | ||||
|         :props="props" | ||||
|         node-key="id" | ||||
|         show-collapsable | ||||
|         default-expand-all | ||||
|         show-node-num | ||||
|         ref="VueOkrTree" | ||||
|         :data="treeData"> | ||||
|       </VueOkrTree> | ||||
| @@ -151,8 +154,36 @@ | ||||
|       color: #FFFFFF; | ||||
|       font-size: 16px; | ||||
|  | ||||
|       .org-chart-node-btn { | ||||
|         border: 1px solid #23A0AC!important; | ||||
|         font-size: 16px; | ||||
|         font-weight: bold; | ||||
|         background: #071030; | ||||
|         color: #FF9A02; | ||||
|  | ||||
|         &:after, &::before { | ||||
|           display: none; | ||||
|         } | ||||
|  | ||||
|         &.expanded::before { | ||||
|           display: block; | ||||
|           position: absolute; | ||||
|           top: 50%; | ||||
|           left: 4px; | ||||
|           right: 4px; | ||||
|           height: 0; | ||||
|           border-top: 1px solid #FF9A02; | ||||
|           content: ""; | ||||
|         } | ||||
|  | ||||
|         .org-chart-node-btn-text { | ||||
|           background: transparent; | ||||
|           color: #FF9A02; | ||||
|         } | ||||
|       } | ||||
|  | ||||
|       .org-chart-node { | ||||
|         overflow: hidden; | ||||
|         // overflow: hidden; | ||||
|  | ||||
|         .org-chart-node-label { | ||||
|           width: 40px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user