meixioacomponent 0.1.99 → 0.2.2

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.
@@ -2,7 +2,7 @@
2
2
  @import "./variables.less";
3
3
  @import "./element/index.css";
4
4
  @import "./element/common_class.less";
5
- @import "./iconfont/iconfont.css";
5
+ @import "./meixioacomponenticonfont/meixicomponenticonfont.css";
6
6
 
7
7
  body {
8
8
  color: var(--font-white-2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.1.99",
3
+ "version": "0.2.02",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -6,7 +6,7 @@
6
6
  :class="{ event: event && !disable, plain: plain, disable: disable }"
7
7
  >
8
8
  <i
9
- :class="`iconfont ${name}`"
9
+ :class="`meixicomponenticonfont ${name}`"
10
10
  :style="{ color: _color, fontSize: _size }"
11
11
  ></i>
12
12
  </div>
@@ -18,7 +18,7 @@
18
18
  >{{ handleScreenText }} <i :class="handleScreenIcon"></i>
19
19
  </el-button>
20
20
  <el-button size="medium" plain type="info" @click="handleOpenProScreen">
21
- <i class="iconfont meixicomponenticon-shaixuan"></i>高级筛选
21
+ <i class="meixicomponenticonfont meixicomponenticon-shaixuan"></i>高级筛选
22
22
  </el-button>
23
23
  </searchHeaderVue>
24
24
 
@@ -2,7 +2,7 @@
2
2
  @import "./variables.less";
3
3
  @import "./element/index.css";
4
4
  @import "./element/common_class.less";
5
- @import "./iconfont/iconfont.css";
5
+ @import "./meixioacomponenticonfont/meixicomponenticonfont.css";
6
6
 
7
7
  body {
8
8
  color: var(--font-white-2);