diff --git a/pages/massif/pestType.vue b/pages/massif/pestType.vue index 8b6b563..a221cd6 100644 --- a/pages/massif/pestType.vue +++ b/pages/massif/pestType.vue @@ -2,8 +2,8 @@ .container{ height:100%; scroll-view{ - flex-grow: 1; - height:1rpx; + flex-shrink: 0; + // height:1rpx; margin:0 30rpx; width:calc(100% - 60rpx); .items{ @@ -30,7 +30,11 @@ } } } - + &>.content{ + flex-grow: 1; + margin:10rpx 30rpx; + overflow: auto; + } } + + diff --git a/uni_modules/mp-html/components/mp-html/node/node.vue b/uni_modules/mp-html/components/mp-html/node/node.vue new file mode 100644 index 0000000..09252fd --- /dev/null +++ b/uni_modules/mp-html/components/mp-html/node/node.vue @@ -0,0 +1,587 @@ +