reset.css 324 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
a {
  color: inherit;
  font-family: "宋体";
  font-size: 12px;
}
* {
  color: inherit;
  font-family: "宋体";
  font-size: 12px;
}
body {
  color: inherit;
  font-family: "宋体";
  font-size: 12px;
}

.el-table .warning-row {
  background: oldlace;
}

/*.el-checkbox__label {*/
  /*font-size: 10px!important;*/
/*}*/