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 +1 -1
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +1 -1
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +4 -0
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
|
@@ -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
|
|
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
|
}
|