
.overflow[data-v-5915e0e6] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.triangle[data-v-5915e0e6] {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	border-style: solid;
	border-width: 0 8px 14px 8px; /* 调整三角形大小 */
	border-color: transparent transparent #060 transparent;
}


.ok-cell[data-v-668e3498] {
  background-color: #86ec86;
  color: white;
  padding: 8px;
  border-radius: 4px;
}
.ng-cell[data-v-668e3498] {
  background-color: red;
  color: white;
  padding: 8px;
  border-radius: 4px;
}
.content-item p[data-v-668e3498] {
  margin: 0;
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 12px;
}
.content-item-flex[data-v-668e3498] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-item-flex-right[data-v-668e3498] {
  text-align: right;
}
.form-footer[data-v-668e3498] {
  margin-top: 2px;
  text-align: center;
}



