tang-ui-x 1.2.4 → 1.2.5

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.
@@ -80,6 +80,9 @@
80
80
  </template>
81
81
 
82
82
  <style lang="scss" scoped>
83
+ /* 导入字体图标 */
84
+ @import '@/static/font/iconfont.css';
85
+
83
86
  .t-icon {
84
87
  display: inline-block;
85
88
  line-height: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tang-ui-x",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "UniApp X UI 组件库 - 基于 uni-app x 的移动端 UI 组件库",
5
5
  "main": "index.uts",
6
6
  "module": "index.uts",
package/style/index.scss CHANGED
@@ -6,9 +6,6 @@
6
6
  // 导入颜色系统
7
7
  @import './colors/index.scss';
8
8
 
9
- // 导入字体图标
10
- @import '@/static/font/iconfont.css';
11
-
12
9
  // 尺寸变量
13
10
  $size-mini: 24rpx !default;
14
11
  $size-small: 28rpx !default;