diff --git a/app.vue b/app.vue index 8fe9e53..0bb76be 100644 --- a/app.vue +++ b/app.vue @@ -365,14 +365,17 @@ <RespondAdd :riposteoptions="item.riposteoptions" @selectEomji="selectEomji" :index="index"></RespondAdd> </div> <RespondAdd v-else :riposteoptions="item.riposteoptions" :index="index" @selectEomji="selectEomji"></RespondAdd> - </div> - <div class="respond-list-btn" v-if="item.ripostecount?.user > 0" @click="openRespondDetails(index)"> + <div class="respond-list-btn" v-if="item.ripostecount?.user > 0" @click="openRespondDetails(index)"> 共 <span class="respond-list-btn-amount">{{ item.ripostecount?.user }}</span> 人回应 <img class="respond-list-btn-icon" src="@/img/arrowsRight.svg" /> </div> + + </div> + + </template> <!-- <template v-if="item['commentState']"> --> @@ -861,7 +864,7 @@ import axios from "axios" export default { name: "#answer-app", async setup() { - const author = "dd5219893f4730447d50b6c8734b82c1" + const author = "6fc0129715734f1450064bba4c1f74d3" const $ajax = (url, data) => { url = url.indexOf("//") > -1 ? url : baseURL + url return new Promise(function (resolve, reject) { diff --git a/index.css b/index.css index 1454f47..3609f3e 100644 --- a/index.css +++ b/index.css @@ -953,11 +953,11 @@ a { color: #555555; font-size: 13px; display: flex; - align-items: center; justify-content: center; - background-color: #fbfbfb; - border-radius: 0 0 8px 8px; - padding-bottom: 20px; + align-items: center; + border-radius: 8px; + padding-top: 10px; + width: 100%; } #answer-app .main .details-area-box .details-box .answer-box-item .respond-list-btn .respond-list-btn-amount { font-weight: 650; diff --git a/index.less b/index.less index e1981f0..6f4013f 100644 --- a/index.less +++ b/index.less @@ -1162,11 +1162,11 @@ a { color: #555555; font-size: 13px; display: flex; - align-items: center; justify-content: center; - background-color: #fbfbfb; - border-radius: 0 0 8px 8px; - padding-bottom: 20px; + align-items: center; + border-radius: 8px; + padding-top: 10px; + width: 100%; .respond-list-btn-amount { font-weight: 650;