@import '@/global/global.less';
@marginTp: @font-size-base * 1;

.a-table-wrapper {
	margin-top: @marginTp;
}

.content-empty {
	height: @font-size-base * 10;
	line-height: @font-size-base * 10;
	text-align: center;
	color: #ccc;
	font-size: @font-size-base * 2;
}
