<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tableModule {
  height: 800px;
}

.tableModule table thead tr {
  background-color: var(--ass-color);
}


/* è¡¨æ&nbsp;¼æ&nbsp;‡é¢˜ */
.tableModule table thead tr th {
  height: 40px;
}

/* æ”¶è—åˆ&nbsp;é™¤ */
.tableModule table tbody tr td .iconfont-ut {
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tableModule table tbody tr td .iconfont-ut:hover {
  color: var(--danger-color);
}
</pre></body></html>