zmc
2023-08-15 9bfdf6ecef01397978c140aa4fbd8c4840d894fb
src/views/HistoryFume.vue
@@ -672,20 +672,12 @@
.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
:deep().el-dialog {
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  /* 在小屏幕上应用的样式 */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* 在中等屏幕上应用的样式 */
}
@media screen and (min-width: 1025px) {
  /* 在大屏幕上应用的样式 */
.el-table {
  color: #000000;
}
</style>