refactor: 迁移 sass 模块语法

This commit is contained in:
2026-03-11 14:27:01 +08:00
parent b050c01a24
commit b4c36923ea
50 changed files with 71 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
@import '../../../../styles/variables';
@use '../../../../styles/variables' as *;
.od-page {
min-height: 100vh;

View File

@@ -1,4 +1,4 @@
@import '../../../../styles/variables';
@use '../../../../styles/variables' as *;
.od-page__bottom-bar {
position: fixed;

View File

@@ -1,4 +1,4 @@
@import '../../../../styles/variables';
@use '../../../../styles/variables' as *;
.od-page__goods-section {
padding: 18px 20px;

View File

@@ -1,4 +1,4 @@
@import './base.scss';
@import './timeline.scss';
@import './goods.scss';
@import './bottom.scss';
@forward './base.scss';
@forward './timeline.scss';
@forward './goods.scss';
@forward './bottom.scss';

View File

@@ -1,4 +1,4 @@
@import '../../../../styles/variables';
@use '../../../../styles/variables' as *;
.od-page__timeline-section,
.od-page__info-section {