table {
	width: max-content
}
.mineEle {
	height: 25px;
	padding: 0;
	width: 25px
}
.mineEle > .mineEle2 {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%
}
.mineEle > .mineEle2 > svg {
	display: block;
	height: 80%;
	width: 80%
}
.mine-good {
	background-color: #3ead3e90
}
.mine-norm {
	background-color: #e5d65190
}
.mine-bad {
	background-color: #ff000090
}
