@zamlia/mini-ui 0.0.1 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/styles/index.scss +9 -9
- package/lib/styles/index.scss +9 -9
- package/package.json +1 -1
- package/src/styles/index.scss +9 -9
package/es/styles/index.scss
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
// 导入组件库样式
|
|
6
6
|
// 通用组件
|
|
7
|
-
@import '../components/common/BottomPopup';
|
|
8
|
-
@import '../components/common/Card';
|
|
9
|
-
@import '../components/common/Modal';
|
|
10
|
-
@import '../components/common/NavBar';
|
|
11
|
-
@import '../components/common/Page';
|
|
12
|
-
@import '../components/common/PullToPushRefresh';
|
|
13
|
-
@import '../components/common/Radio';
|
|
14
|
-
@import '../components/common/Tabs';
|
|
15
|
-
@import '../components/common/UploadFile';
|
|
7
|
+
@import '../components/common/BottomPopup/index.scss';
|
|
8
|
+
@import '../components/common/Card/index.scss';
|
|
9
|
+
@import '../components/common/Modal/index.scss';
|
|
10
|
+
@import '../components/common/NavBar/index.scss';
|
|
11
|
+
@import '../components/common/Page/index.scss';
|
|
12
|
+
@import '../components/common/PullToPushRefresh/index.scss';
|
|
13
|
+
@import '../components/common/Radio/index.scss';
|
|
14
|
+
@import '../components/common/Tabs/index.scss';
|
|
15
|
+
@import '../components/common/UploadFile/index.scss';
|
|
16
16
|
|
|
17
17
|
// 行业特定组件
|
|
18
18
|
@import '../components/industry/CitySelectModal';
|
package/lib/styles/index.scss
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
// 导入组件库样式
|
|
6
6
|
// 通用组件
|
|
7
|
-
@import '../components/common/BottomPopup';
|
|
8
|
-
@import '../components/common/Card';
|
|
9
|
-
@import '../components/common/Modal';
|
|
10
|
-
@import '../components/common/NavBar';
|
|
11
|
-
@import '../components/common/Page';
|
|
12
|
-
@import '../components/common/PullToPushRefresh';
|
|
13
|
-
@import '../components/common/Radio';
|
|
14
|
-
@import '../components/common/Tabs';
|
|
15
|
-
@import '../components/common/UploadFile';
|
|
7
|
+
@import '../components/common/BottomPopup/index.scss';
|
|
8
|
+
@import '../components/common/Card/index.scss';
|
|
9
|
+
@import '../components/common/Modal/index.scss';
|
|
10
|
+
@import '../components/common/NavBar/index.scss';
|
|
11
|
+
@import '../components/common/Page/index.scss';
|
|
12
|
+
@import '../components/common/PullToPushRefresh/index.scss';
|
|
13
|
+
@import '../components/common/Radio/index.scss';
|
|
14
|
+
@import '../components/common/Tabs/index.scss';
|
|
15
|
+
@import '../components/common/UploadFile/index.scss';
|
|
16
16
|
|
|
17
17
|
// 行业特定组件
|
|
18
18
|
@import '../components/industry/CitySelectModal';
|
package/package.json
CHANGED
package/src/styles/index.scss
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
// 导入组件库样式
|
|
6
6
|
// 通用组件
|
|
7
|
-
@import '../components/common/BottomPopup';
|
|
8
|
-
@import '../components/common/Card';
|
|
9
|
-
@import '../components/common/Modal';
|
|
10
|
-
@import '../components/common/NavBar';
|
|
11
|
-
@import '../components/common/Page';
|
|
12
|
-
@import '../components/common/PullToPushRefresh';
|
|
13
|
-
@import '../components/common/Radio';
|
|
14
|
-
@import '../components/common/Tabs';
|
|
15
|
-
@import '../components/common/UploadFile';
|
|
7
|
+
@import '../components/common/BottomPopup/index.scss';
|
|
8
|
+
@import '../components/common/Card/index.scss';
|
|
9
|
+
@import '../components/common/Modal/index.scss';
|
|
10
|
+
@import '../components/common/NavBar/index.scss';
|
|
11
|
+
@import '../components/common/Page/index.scss';
|
|
12
|
+
@import '../components/common/PullToPushRefresh/index.scss';
|
|
13
|
+
@import '../components/common/Radio/index.scss';
|
|
14
|
+
@import '../components/common/Tabs/index.scss';
|
|
15
|
+
@import '../components/common/UploadFile/index.scss';
|
|
16
16
|
|
|
17
17
|
// 行业特定组件
|
|
18
18
|
@import '../components/industry/CitySelectModal';
|