大屏
This commit is contained in:
		| @@ -8,6 +8,9 @@ | |||||||
|       <VueOkrTree |       <VueOkrTree | ||||||
|         :props="props" |         :props="props" | ||||||
|         node-key="id" |         node-key="id" | ||||||
|  |         show-collapsable | ||||||
|  |         default-expand-all | ||||||
|  |         show-node-num | ||||||
|         ref="VueOkrTree" |         ref="VueOkrTree" | ||||||
|         :data="treeData"> |         :data="treeData"> | ||||||
|       </VueOkrTree> |       </VueOkrTree> | ||||||
| @@ -151,8 +154,36 @@ | |||||||
|       color: #FFFFFF; |       color: #FFFFFF; | ||||||
|       font-size: 16px; |       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 { |       .org-chart-node { | ||||||
|         overflow: hidden; |         // overflow: hidden; | ||||||
|  |  | ||||||
|         .org-chart-node-label { |         .org-chart-node-label { | ||||||
|           width: 40px; |           width: 40px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user