Commit 76f3ad55 authored by qipeng's avatar qipeng

子组件需要再pageJson中注册 才能更改第三方插件的属性

parent 054eb934
...@@ -467,7 +467,13 @@ ...@@ -467,7 +467,13 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path": "albumComponets/albumComponets",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, },
{ {
"path": "albumOrderdetail/albumOrderdetail", "path": "albumOrderdetail/albumOrderdetail",
......
...@@ -63,9 +63,6 @@ export default { ...@@ -63,9 +63,6 @@ export default {
methods:{ methods:{
}, },
options: {
styleIsolation: 'shared', // 解除样式隔离
}
} }
</script> </script>
...@@ -223,11 +220,9 @@ export default { ...@@ -223,11 +220,9 @@ export default {
.compomets-commonBox:nth-last-child(1){ .compomets-commonBox:nth-last-child(1){
border-bottom: none; border-bottom: none;
} }
/deep/ .u-number-box__minus, /deep/ .u-number-box__minus{
/deep/ .u-number-box__plus{
width: 40rpx; width: 40rpx;
height: 40rpx !important; height: 40rpx;
background-color: #F7F7F7;
} }
} }
</style> </style>
\ No newline at end of file
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</template> </template>
<script> <script>
import compometsBuy from './../albumComponets/compometsBuy.vue' import compometsBuy from './../albumComponets/albumComponets.vue'
export default { export default {
components: { components: {
compometsBuy, compometsBuy,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment