创意发布&需求发布列表接口初步完成
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
props: {
|
||||
type: String
|
||||
},
|
||||
options: {
|
||||
styleIsolation: 'shared', // 解除样式隔离
|
||||
},
|
||||
created() {
|
||||
this.getHistoryOrCollection()
|
||||
this.imgUrl = uni.getStorageSync('img_url')
|
||||
@@ -109,7 +112,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="less">
|
||||
.u-modal__content {
|
||||
padding: 43rpx 104rpx !important;
|
||||
text-indent: 25rpx;
|
||||
@@ -123,4 +126,12 @@
|
||||
margin-top: 22rpx;
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
|
||||
.u-button__text {
|
||||
font-size: 24rpx !important;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
line-height: 33px;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user