.detail-button {
  font-size: 14px !important;
  font-family: "Font Awesome 5 Pro Solid", "Font Awesome 5 Pro";
  font-weight: 900 !important;
  color: rgb(25, 190, 107) !important;
}

.edit-button {
  font-size: 14px !important;
  font-family: 微软雅黑 !important;
  font-weight: 400 !important;
  color: rgb(64, 158, 255) !important;
}

.delete-button {
  font-size: 14px !important;
  font-family: 微软雅黑 !important;
  font-weight: 400 !important;
  color: rgb(245, 108, 108) !important;
}

.gray-button {
  font-size: 14px !important;
  font-family: 微软雅黑 !important;
  font-weight: 400 !important;
  color: rgb(153, 153, 153) !important;
}


.el-pagination{
  text-align: right;
}

.reset-button{
  background-color: #ffffff;
  color: #8c9094;
}

[v-cloak] {
  display: none!important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  clear: both;
  zoom: 1;
}

.el-textarea__inner {
  font-size: 14px;
  font-family: "Microsoft YaHei";
}