jiangping
2025-03-05 92c401a032016490e73f3babe9d8ce0953e24348
admin/src/assets/style/style.scss
@@ -239,6 +239,9 @@
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.red{
  color: red !important;
}
@@ -291,6 +294,11 @@
.df{
  display: flex;
}
.df_center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.df_ac{
  display: flex;
  align-items: center;