mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user