优化
This commit is contained in:
		| @@ -310,6 +310,7 @@ | |||||||
|             } |             } | ||||||
|           }, v.checkType ? (v.checkType === '1' ? '网格员' : '网格长') :'-')]) |           }, v.checkType ? (v.checkType === '1' ? '网格员' : '网格长') :'-')]) | ||||||
|         })), h('div', { |         })), h('div', { | ||||||
|  |           class: 'user-gridName', | ||||||
|           style: { |           style: { | ||||||
|             display: node.data.label === '子节点' ? 'none' : 'block', |             display: node.data.label === '子节点' ? 'none' : 'block', | ||||||
|             color: 'rgba(255, 255, 255, 0.8)', |             color: 'rgba(255, 255, 255, 0.8)', | ||||||
| @@ -508,6 +509,7 @@ | |||||||
|     display: flex; |     display: flex; | ||||||
|     align-items: center; |     align-items: center; | ||||||
|     height: 100%; |     height: 100%; | ||||||
|  |     user-select: none; | ||||||
|  |  | ||||||
|     ::-webkit-scrollbar { |     ::-webkit-scrollbar { | ||||||
|       width: 6px; |       width: 6px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user