@dolphinweex/weex-harmony 0.1.42 → 0.1.44
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
@@ -979,9 +979,6 @@ export default {
|
|
979
979
|
'data.list': {
|
980
980
|
handler(newList, oldList) {
|
981
981
|
// 防止死循环
|
982
|
-
if (this.isProcessingData) {
|
983
|
-
return;
|
984
|
-
}
|
985
982
|
if (newList.length !== oldList.length) {
|
986
983
|
console.log('检测到data.list变化');
|
987
984
|
this.generateDataList();
|
@@ -1069,7 +1066,7 @@ button {
|
|
1069
1066
|
.grid-box {
|
1070
1067
|
position: relative;
|
1071
1068
|
display: flex;
|
1072
|
-
justify-content: space-
|
1069
|
+
justify-content: space-between;
|
1073
1070
|
flex-direction: column;
|
1074
1071
|
width: 100%;
|
1075
1072
|
box-sizing: border-box;
|