From 540ecd563233b8c3e731843363ab89815bf5d5e1 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 29 Jul 2024 18:59:40 +0800 Subject: [PATCH] no message --- app.vue | 9 ++++++--- index.css | 8 ++++---- index.less | 8 ++++---- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/app.vue b/app.vue index 8fe9e53..0bb76be 100644 --- a/app.vue +++ b/app.vue @@ -365,14 +365,17 @@ - -
+
{{ item.ripostecount?.user }} 人回应
+ +
+ + @@ -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;