*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

html,body{
	width: 100%;
	height: 100%;
}

.el-table .warning-row {
	background: oldlace;
  }
  .el-table .success-row {
	background: #f0f9eb;
  }
  .dataForm{
    padding: 30px 10px 5px 20px
  }