@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;
	}
}
