Commit 76f3ad55 authored by qipeng's avatar qipeng

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

parent 054eb934
......@@ -467,7 +467,13 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "albumComponets/albumComponets",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "albumOrderdetail/albumOrderdetail",
......
......@@ -63,9 +63,6 @@ export default {
methods:{
},
options: {
styleIsolation: 'shared', // 解除样式隔离
}
}
</script>
......@@ -223,11 +220,9 @@ export default {
.compomets-commonBox:nth-last-child(1){
border-bottom: none;
}
/deep/ .u-number-box__minus,
/deep/ .u-number-box__plus{
/deep/ .u-number-box__minus{
width: 40rpx;
height: 40rpx !important;
background-color: #F7F7F7;
height: 40rpx;
}
}
</style>
\ No newline at end of file
......@@ -119,7 +119,7 @@
</template>
<script>
import compometsBuy from './../albumComponets/compometsBuy.vue'
import compometsBuy from './../albumComponets/albumComponets.vue'
export default {
components: {
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