问答评论样式
parent
f02a22e2b1
commit
f2173a4489
|
@ -301,7 +301,7 @@ async function handleAccept(item: any, ele: any) {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="bg-white py-4 rounded min-h-[320px]">
|
||||
<div class="pb-4 rounded min-h-[320px]">
|
||||
<!-- <div class="flex justify-between items-center mb-4">
|
||||
<div class="flex items-center">
|
||||
<div class="left text-[20px] mr-2">
|
||||
|
@ -348,7 +348,7 @@ async function handleAccept(item: any, ele: any) {
|
|||
<div
|
||||
v-for="(item, index) in commentList"
|
||||
:key="index"
|
||||
class="px-4"
|
||||
class="px-4 pt-2 pb-0 mb-4 bg-white"
|
||||
>
|
||||
<div class="nav-wrap">
|
||||
<div class="left-img">
|
||||
|
@ -458,7 +458,7 @@ async function handleAccept(item: any, ele: any) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex justify-center items-center text-sm my-4">
|
||||
<div class="flex justify-center items-center text-sm py-4">
|
||||
<div v-if="item.amount" class="cursor-pointer" @click="handleShowQuestion(item)">
|
||||
<span class="text-blue-500">回答该问题可获得</span>
|
||||
<span class="text-[#ffa820]">{{ item.amount }}积分</span>
|
||||
|
|
Loading…
Reference in New Issue