Pārlūkot izejas kodu

feat: 修复问题

zhangyuhan 1 gadu atpakaļ
vecāks
revīzija
c69d798a0e

+ 1 - 1
apps/bigmember_pc/src/api/interceptors-anti.js

@@ -18,7 +18,7 @@ const ajax = (config) =>
 
     const ajaxConf = {
       url: url,
-      method: config.method
+      method: config.method || 'get'
     }
 
     // 获取data数据

+ 1 - 0
apps/bigmember_pc/src/api/modules/detail.js

@@ -4,6 +4,7 @@ import qs from 'qs'
 // 获取打赏文字内容
 export function getRewardText() {
   return request({
+    method: 'get',
     url: '/front/rewardText'
   })
 }

+ 1 - 0
apps/bigmember_pc/src/composables/quick-monitor/component/QuickMonitor.vue

@@ -135,6 +135,7 @@ defineExpose({
     }
     .el-dialog__body {
       padding: 20px 0 32px;
+      text-align: center;
     }
     .el-dialog__footer {
       padding: 0;

+ 1 - 1
apps/bigmember_pc/src/views/article-content/components/ContentRightTimeLine.vue

@@ -183,7 +183,7 @@ function doOpen(item) {
       flex-direction: column;
       align-items: center;
       min-width: 32px;
-      margin-left: 8px;
+      margin-left: 6px;
       &-tag {
         margin-top: 10px;
         padding: 1px 4px;

+ 1 - 1
apps/bigmember_pc/src/views/article-content/components/ContentSummary.vue

@@ -11,7 +11,7 @@ import {
 const tableConfig = ref({
   column: [
     {
-      width: '124px'
+      width: '140px'
     },
     {},
     {