This commit is contained in:
@fawn-nine
2024-08-09 17:10:39 +08:00
parent c753ab18a3
commit 7c7c96f630
13 changed files with 1674 additions and 314 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view>
<public-module></public-module>
<z-nav-bar title="医案详情"></z-nav-bar>
<z-nav-bar title="详情"></z-nav-bar>
<!-- <view class="" style="background-color: #f4f7ff; min-height: calc(100vh - 200rpx);"> -->
<view class="mainContent" v-if="thisTask.id">
<view class="" style="height:40rpx;">
@@ -19,7 +19,7 @@
</view>
<view class="taskContent" v-html="thisTask.content">
</view>
</view>
</view>
<!-- 还没提交提示 -->
<view class="noanser" v-show="!thisTask.reply">
@@ -57,7 +57,7 @@
<text v-else>匿名用户</text>
</view>
</view>
<view class="editBtn" v-if="listDisplay == '1'">
<view class="editBtn" v-if="listDisplay == '1' && item.scoreSuccess == 0">
<text @click="editOrAdd(item)">修改</text>
</view>
</view>
@@ -70,9 +70,15 @@
<view class="">
{{item.content}}
</view>
<view class="date">
{{item.createTime}}
<view class="">
<view class="score" v-show="listDisplay == '1' && item.scoreSuccess == 1">
分数{{item.score}}
</view>
<view class="date">
{{item.createTime}}
</view>
</view>
</view>
</view>
</view>
@@ -476,7 +482,7 @@
.noanser{ padding: 20rpx;
text-align: center;
// border-bottom: 1px solid #eee;
.btn{display: inline-block; border-radius: 20rpx ; padding: 10rpx 20rpx; background-color: $themeColor; color: #fff;}
.btn{display: inline-block; border-radius: 20rpx ; margin-top: 20rpx; padding: 10rpx 20rpx; background-color: $themeColor; color: #fff;}
}
.in {
border: 1rpx solid #eeeeee;
@@ -570,14 +576,17 @@
margin-bottom: 20rpx;
// .userName{}
}
.leve2{
.date{color: #999; text-align: right; font-size: 26rpx;}
.leve2{ overflow: hidden;
.score{
float: left;
}
.date{color: #999; float: right; text-align: right; font-size: 26rpx;}
}
}
}
.score{color: #55aaff; font-size: 30rpx !important; font-weight: bold;}
.taskContent {
font-size: 30rpx;
font-size: 30rpx; line-height: 50rpx;
margin-top: 20rpx;
}
@@ -587,7 +596,7 @@
.item {
width: 20%;
margin-right: 10rpx; border: 1px solid #eee;
padding: 0 !important;
image {
width: 100%;
}