doway-coms 2.2.15 → 2.2.17

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.15",
3
+ "version": "2.2.17",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -78,7 +78,7 @@
78
78
  :size="'small'"
79
79
  :height="computedHeight"
80
80
  :row-config="{
81
- isCurrent: isCurrent,
81
+ isCurrent: isCurrent,//点击高亮
82
82
  isHover: true,
83
83
  }"
84
84
  :treeConfig="treeConfig"
@@ -89,7 +89,6 @@
89
89
  :loading="loading"
90
90
  @filter-change="filterChangeEvent"
91
91
  @toggle-tree-expand="toggleTreeExpand"
92
- :checkbox-config="checkboxConfig"
93
92
  >
94
93
  <template #content="{ row, rowIndex }">
95
94
  <div>
@@ -506,11 +505,11 @@ export default {
506
505
  </style>
507
506
  <style lang="scss" scoped>
508
507
  .gantt-bar {
509
- position: absolute;
510
- top: 8px;
511
- z-index: 2;
508
+ // position: absolute;
509
+ // top: 8px;
510
+ // z-index: 2;
512
511
  // float:left;
513
- height: 30px;
512
+ // height: 30px;
514
513
  cursor: pointer;
515
514
  overflow: hidden;
516
515
  border-radius: 5px;