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