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;