kt-factor-legend 1.0.9 → 1.1.0

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/dist/style.css CHANGED
@@ -1 +1 @@
1
- *{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,Arial,sans-serif;font-size:14px;line-height:1.5;color:#333;background-color:#f5f7fa}#app{width:100%;min-height:100vh;padding:5px}.legend-index{padding:10px}.legend-index.dark{color:#fff}.legend-index .legend-group{width:100%;margin-bottom:20px}.legend-index .legend-group.wind-l{margin-bottom:15px}.legend-index .legend-item .legend-name{font-size:15px;font-weight:600;margin-bottom:1px}.legend-index .legend-item .legend-color{display:flex;align-items:center;justify-content:space-around}.legend-index .legend-item .legend-color>div{width:100%;display:flex;flex-direction:column;align-items:baseline}.legend-index .legend-item .legend-color>div>div{width:100%}.legend-index .legend-item .legend-color .bar{height:13px}@media (min-width: 100px) and (max-width: 450px){.legend-index .legend-item .legend-color .bar{height:11px}}.legend-index .legend-item .legend-color .text{text-align:right;height:13px}.legend-index .legend-item .legend-image{display:flex;align-items:center;flex-wrap:wrap;gap:10px 0px}.legend-index .legend-item .legend-image>div{width:58px;text-align:center}@media (min-width: 100px) and (max-width: 400px){.legend-index .legend-item .legend-image>div{width:16.6%}}.legend-index .legend-item .legend-image>div img{width:26px}.legend-index .legend-item .legend-image>div div{margin-top:-3px}@media (min-width: 100px) and (max-width: 450px){.legend-index .text{font-size:12px}}
1
+ *{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,Arial,sans-serif;font-size:14px;line-height:1.5;color:#333;background-color:#f5f7fa}#app{width:100%;min-height:100vh;padding:5px}.legend-index{padding:10px}.legend-index.dark{color:#fff}.legend-index .legend-group{width:100%;margin-bottom:20px}.legend-index .legend-group.wind-l{margin-bottom:15px}.legend-index .legend-item .legend-name{font-size:15px;font-weight:600;margin-bottom:1px}.legend-index .legend-item .legend-color{display:flex;align-items:center;justify-content:space-around}.legend-index .legend-item .legend-color>div{width:100%;display:flex;flex-direction:column;align-items:baseline}.legend-index .legend-item .legend-color>div>div{width:100%}.legend-index .legend-item .legend-color .bar{height:10px}@media (min-width: 100px) and (max-width: 450px){.legend-index .legend-item .legend-color .bar{height:11px}}.legend-index .legend-item .legend-color .text{text-align:right;height:13px}.legend-index .legend-item .legend-image{display:flex;align-items:center;flex-wrap:wrap;gap:10px 0px}.legend-index .legend-item .legend-image>div{width:58px;text-align:center}@media (min-width: 100px) and (max-width: 400px){.legend-index .legend-item .legend-image>div{width:16.6%}}.legend-index .legend-item .legend-image>div img{width:26px}.legend-index .legend-item .legend-image>div div{margin-top:-3px}@media (min-width: 100px) and (max-width: 450px){.legend-index .text{font-size:12px}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kt-factor-legend",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "各要素图例组件",
5
5
  "type": "module",
6
6
  "main": "dist/kt-factor-legend.umd.js",
package/src/index.scss CHANGED
@@ -65,7 +65,7 @@ body {
65
65
  }
66
66
  }
67
67
  .bar{
68
- height:13px;
68
+ height:10px;
69
69
  @include s-screen {
70
70
  height:11px;
71
71
  }