centaline-data-driven 1.1.58 → 1.1.59

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": "centaline-data-driven",
3
- "version": "1.1.58",
3
+ "version": "1.1.59",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -673,7 +673,7 @@
673
673
  this.model.searchlistKey=this.model.searchlistKey+1;
674
674
  this.model.searchConditionApiTags1=this.model.tags1[key].searchConditionApiUrl||'';
675
675
  this.model.searchDataApiTags1=this.model.tags1[key].searchDataApiUrl||'';
676
- this.model.paramDataTags1=this.model.tags1[key].paramData?JSON.parse(this.model.tags1[key].paramData):{};
676
+ this.model.paramDataTags1=this.model.tags1[key].paramData||'';
677
677
  }
678
678
  },
679
679
  }
@@ -880,6 +880,7 @@
880
880
 
881
881
  .ct-searchtable .ct-table {
882
882
  min-width: 100%;
883
+ border-collapse: collapse;
883
884
  }
884
885
 
885
886
  .ct-searchtable .ct-table th {
@@ -900,6 +901,9 @@
900
901
  border-right: 1px solid #e7e8eb;
901
902
  border-left: 1px solid #e7e8eb;
902
903
  }
904
+ .ct-searchtable .ct-tr:last-child > .ct-td1 {
905
+ border-bottom: 1px solid #e7e8eb;
906
+ }
903
907
  .ct-searchtable .ct-tr > .ct-td2 {
904
908
  border-bottom: 1px solid #e7e8eb;
905
909
  }