@import '@/global/global.less';

.button {
	display: flex !important;
	justify-content: end !important;
	flex-wrap: wrap !important;
	.button-item {
		flex: 1 !important;
		margin-left: 1em !important;
		margin-bottom: 0.5em !important;
	}
}
.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: @font-size-base * 2;
	padding: 14px;
	font-size: @font-size-base * 1.2;
	font-weight: bolder;
}
