wujingjing
2025-01-17 67d49e1d4c6b0519803982f8028253afa9552d0f
src/theme/app.scss
@@ -397,3 +397,13 @@
      padding-left: #{$i}px !important;
   }
}
.pos-x-center {
   left: 50%;
   transform: translateX(-50%);
}
.pos-y-center {
   top: 50%;
   transform: translateY(-50%);
}