@import '@alifd/next/variables.scss';
.uicbb-attr-panel {
	height: 100%;
	background-color: white;
	.uicbb-attr-panel-pure {
		height: 100%;
		display: flex;
		flex-direction: column;
		> .#{$css-prefix}tabs-content {
			flex: 1;
			.#{$css-prefix}tabs-tabpane {
				height: 100%;
				.#{$css-prefix}collapse {
					height: 100%;
				}
			}
		}
	}
}
