This commit is contained in:
haomingming
2023-05-05 11:44:37 +08:00
parent e7be139b04
commit 97a504c6d2
55 changed files with 1961 additions and 249 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ var relation_1 = require("../common/relation");
},
swipeThreshold: {
type: Number,
value: 5,
value: 4,
observer: function (value) {
this.setData({
scrollable: this.children.length > value || !this.data.ellipsis,