创意发布&需求发布列表接口初步完成

This commit is contained in:
clay
2023-01-06 11:29:35 +08:00
parent e0fc034998
commit 7e594aa3cb
6 changed files with 43 additions and 35 deletions

View File

@@ -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>