meixioacomponent 0.2.0 → 0.2.3
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/lib/meixioacomponent.common.js +101 -101
- package/lib/meixioacomponent.umd.js +101 -101
- package/lib/meixioacomponent.umd.min.js +4 -4
- package/lib/style/index.less +1 -1
- package/package.json +1 -1
- package/packages/components/base/baseIcon/index.vue +1 -1
- package/packages/components/proPageTable/oa_pro-table-search.vue +1 -1
- package/packages/components/style/index.less +1 -1
package/lib/style/index.less
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@import "./variables.less";
|
|
3
3
|
@import "./element/index.css";
|
|
4
4
|
@import "./element/common_class.less";
|
|
5
|
-
@import "./meixicomponenticonfont
|
|
5
|
+
@import "./meixioacomponenticonfont/meixicomponenticonfont.css";
|
|
6
6
|
|
|
7
7
|
body {
|
|
8
8
|
color: var(--font-white-2);
|
package/package.json
CHANGED
|
@@ -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="
|
|
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 "./meixicomponenticonfont
|
|
5
|
+
@import "./meixioacomponenticonfont/meixicomponenticonfont.css";
|
|
6
6
|
|
|
7
7
|
body {
|
|
8
8
|
color: var(--font-white-2);
|