doway-coms 2.2.25 → 2.2.26

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": "doway-coms",
3
- "version": "2.2.25",
3
+ "version": "2.2.26",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -521,12 +521,12 @@ export default {
521
521
  <style lang="scss" scoped>
522
522
  .gantt-bar {
523
523
  position: absolute;
524
- top: 8px;
524
+ top: 0px;
525
525
  z-index: 2;
526
526
  // float:left;
527
- height: 30px;
527
+ height: 40px;
528
528
  cursor: pointer;
529
- overflow: hidden;
529
+ // overflow: hidden;
530
530
  border-radius: 5px;
531
531
  }
532
532
  .gantt-bar :hover {