n20-project-component 1.0.8 → 1.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-project-component",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "PC 端 Vue 2 + Element UI 组件库",
5
5
  "main": "dist/n20-project-component.umd.min.js",
6
6
  "module": "dist/n20-project-component.common.js",
@@ -629,9 +629,6 @@ export default {
629
629
  </script>
630
630
 
631
631
  <style scoped>
632
- @import './style/iconfont.css';
633
- @import './style/style.scss';
634
-
635
632
  .filter.is-hidden {
636
633
  padding: 4px;
637
634
  border-bottom: none !important;
@@ -56,6 +56,6 @@
56
56
  }
57
57
 
58
58
  /* Element UI 图标 (el-icon-check) */
59
- .el-icon-check:before {
59
+ /* .el-icon-check:before {
60
60
  content: "\e611";
61
- }
61
+ } */
Binary file