@import '@alifd/next/variables.scss';
.work-bench-view-wrap {
	width: 100%;
	height: 100%;
	display: inline-flex;
	.nav-parent {
		width: 90px;
		margin: 8px 0;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
		border-radius: 0px 4px 4px 0px;
		padding-bottom: 40px;
		background-color: #ffffff;
		.work-bench-nav {
			overflow: auto;
			height: 100%;
			border: none;
			box-shadow: none;
			.#{$css-prefix}nav-item {
				padding: 0;
				border-bottom: 1px solid rgb(234, 234, 234);
				&::before {
					width: 0 !important;
				}
				&:hover:before {
					width: 0;
				}
				.#{$css-prefix}menu-item-inner {
					height: auto;

					.work-bench-nav-item {
						width: 84px;
						display: block;
						line-height: 1.5;
						padding: 16px 8px;
						text-align: center;
						white-space: break-spaces;
						word-wrap: break-word;
						> i {
							display: block;
							line-height: 1.5;
						}
					}
				}
			}
		}
	}

	.work-bench-view-content {
		margin-left: 8px;
		width: 100%;
		overflow: auto;
		overflow-x: hidden;
		padding-right: 8px;
	}
}
