This commit is contained in:
zhaofang
2022-11-16 18:39:54 +08:00
parent b1d4af682b
commit 05835ea40c
2 changed files with 22 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<!--文章详细页面-->
<view><watermark></watermark><u-toast ref="articleToast"></u-toast>
<page-title :showBack="true">文章详情</page-title>
<view class="adetail content">
<view class="adetail content" style="border-radius: 0;">
<!--文章内容-->
<view class="adetail-title">{{ detail.title }}</view>
<view class="adetail-info">
@@ -175,6 +175,12 @@
</script>
<style lang="scss" scoped>
/deep/ .comments{
margin-top: 0;
.comments-top{
border-bottom: none;
}
}
::v-deep .uavatar{
width: 72upx !important;
height: 72upx !important;