@import '@/global/global.less';

.custom-table {
	tbody tr td:nth-child(2),
	tbody tr td:nth-child(3) {
		text-align: left !important;
	}
}

.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;
	}
}
