.main {
	height: calc(100vh - 128px);
}
:host ::ng-deep {
	.main .ag-root-wrapper {
		border-left: none !important; /* 移除所有边框 */
		border-right: none !important;
		border-bottom: none !important;
	}
	.form-action {
		background: #e7e9ed !important;
		color: var(--ag-text-color) !important;
		border-color: #e7e9ed !important;
	}
	.form-action:not(:disabled):hover {
		background-color: #d8dadd !important;
		// color: #1F2937 !important;
		border-color: #d8dadd;
	}
	.page-form-left-tree {
		border: none !important;
		padding: 0 !important;
	}
}
.form-panel {
	border: solid 1px #dbdbdb;
}
.page-form-left-panel {
	height: 100%;
}
.page-form-tree-panel {
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	background: #fff;
	padding: 4px;
}
.page-form-left-panel-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	color: #94a3b8;
	font-size: 12px;
}
.icon-sidebar {
	color: #334155;
	padding: 2.5px;
}
.icon-sidebar:hover {
	color: var(--p-primary-color);
	cursor: pointer;
}
