修复
This commit is contained in:
parent
af67231430
commit
a9fe2cddbc
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="date">{{date}}</div>
|
||||
<div class="reply" @click="reply(username)">{{lan.$t('huifu ')}}</div>
|
||||
<div class="reply" @click="reply(username)">{{lan.$t('huifu')}}</div>
|
||||
</div>
|
||||
|
||||
<div class="huifu" v-if="ifshow">
|
||||
@ -122,6 +122,7 @@
|
||||
</style>
|
||||
<script lang="ts">
|
||||
import { getcommentlist } from '@/api';
|
||||
import { useI18n } from '@/utils/i18n';
|
||||
import { defineComponent, onMounted, ref } from 'vue';
|
||||
import { useRoute } from 'vue-router';
|
||||
import ReviewItemtwo from "./ReviewItemtwo.vue"
|
||||
@ -154,6 +155,7 @@ export default defineComponent({
|
||||
},
|
||||
setup(prop,context){
|
||||
// console.log(1)
|
||||
const lan = useI18n()
|
||||
const replylist =ref({})
|
||||
const reviewlist=ref({})
|
||||
const videoid=ref(useRoute().query.id)
|
||||
@ -203,7 +205,8 @@ export default defineComponent({
|
||||
replylist,
|
||||
reviewlist,
|
||||
refresh,
|
||||
ifshow
|
||||
ifshow,
|
||||
lan
|
||||
}
|
||||
}
|
||||
})
|
||||
|
@ -76,11 +76,14 @@
|
||||
width: 62px;
|
||||
height: 22px;
|
||||
margin-top: 30px;
|
||||
background-color: #07AD97;
|
||||
background-color: #ccc;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
color: #fff;
|
||||
font-size: 9px;
|
||||
&:hover{
|
||||
background-color: #07AD97;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -107,6 +107,9 @@ export default defineComponent({
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
width: 54px;
|
||||
&:hover{
|
||||
color: #08ae98;
|
||||
}
|
||||
}
|
||||
.on {
|
||||
color: #08ae98;
|
||||
|
@ -1123,8 +1123,8 @@ export default defineComponent({
|
||||
}
|
||||
.confirm-btn {
|
||||
display: inline-block;
|
||||
background: #07ad97;
|
||||
border-radius: 2px;
|
||||
background: #ccc;
|
||||
font-size: 9px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
@ -1137,7 +1137,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.confirm-btn:hover {
|
||||
background: #ccc;
|
||||
background: #07ad97;
|
||||
}
|
||||
}
|
||||
.password-container {
|
||||
@ -1202,7 +1202,7 @@ export default defineComponent({
|
||||
.submit-btn {
|
||||
width: 63px;
|
||||
height: 23px;
|
||||
background: #08ae98;
|
||||
background: #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
@ -1213,7 +1213,7 @@ export default defineComponent({
|
||||
user-select: none;
|
||||
}
|
||||
.submit-btn:hover {
|
||||
background: #ccc;
|
||||
background: #08ae98;
|
||||
}
|
||||
}
|
||||
::v-deep(.ant-upload-list) {
|
||||
|
@ -211,7 +211,8 @@ export default defineComponent({
|
||||
sub,
|
||||
accountlist,
|
||||
store,
|
||||
lan
|
||||
lan,
|
||||
navto
|
||||
};
|
||||
},
|
||||
});
|
||||
|
@ -396,11 +396,14 @@ export default defineComponent({
|
||||
padding: 0;
|
||||
width: 63px;
|
||||
height: 23px;
|
||||
background: #08ae98;
|
||||
background: #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
&:hover{
|
||||
background: #08ae98;
|
||||
}
|
||||
}
|
||||
}
|
||||
.video-cover {
|
||||
|
@ -597,11 +597,14 @@ export default defineComponent({
|
||||
padding: 0;
|
||||
width: 63px;
|
||||
height: 23px;
|
||||
background: #08ae98;
|
||||
background: #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
&:hover{
|
||||
background: #08ae98;
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-cover {
|
||||
|
@ -97,6 +97,9 @@
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
width: 54px;
|
||||
&:hover{
|
||||
color: #08ae98;
|
||||
}
|
||||
}
|
||||
.on {
|
||||
color: #08ae98;
|
||||
|
@ -119,6 +119,9 @@
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
width: 54px;
|
||||
&:hover{
|
||||
color: #08ae98;
|
||||
}
|
||||
}
|
||||
.on {
|
||||
color: #08ae98;
|
||||
|
Loading…
x
Reference in New Issue
Block a user