import styles from './home.less'; // 有效果 `<h2 className={"header"}>Home</h2>` // 没有效果 `<h2 className={styles.header}>Home</h2>` // home.less .header { padding: 0 12px; color: #666666; cursor: move; }