1.微信小程序兼容性优化

master
sws 2023-11-09 18:13:49 +08:00
parent 3f747c5155
commit 82f5b885f1
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
<text>回复 @{{ input_comments_modal_username }}</text>
<view class="close pa">
<view @tap.stop="modal_close_event">
<iconfont name="icon-huiyuan-guanbi" size="28rpx" prop-class="#999"></iconfont>
<iconfont name="icon-huiyuan-guanbi" size="28rpx" color="#999"></iconfont>
</view>
</view>
</view>

View File

@ -278,6 +278,6 @@
},
};
</script>
<style scoped>
<style>
@import './user.css';
</style>