您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

21 行
436 B

  1. import { container, title } from "assets/jss/nextjs-material-kit.js";
  2. const notificationsStyles = {
  3. section: {
  4. backgroundColor: "#000000",
  5. display: "block",
  6. width: "100%",
  7. position: "relative",
  8. padding: "0"
  9. },
  10. title: {
  11. ...title,
  12. marginTop: "30px",
  13. minHeight: "32px",
  14. textDecoration: "none"
  15. },
  16. container
  17. };
  18. export default notificationsStyles;