@@ -18,7 +18,7 @@ const ajax = (config) =>
const ajaxConf = {
url: url,
- method: config.method
+ method: config.method || 'get'
}
// 获取data数据
@@ -4,6 +4,7 @@ import qs from 'qs'
// 获取打赏文字内容
export function getRewardText() {
return request({
+ method: 'get',
url: '/front/rewardText'
})
@@ -135,6 +135,7 @@ defineExpose({
.el-dialog__body {
padding: 20px 0 32px;
+ text-align: center;
.el-dialog__footer {
padding: 0;
@@ -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;
@@ -11,7 +11,7 @@ import {
const tableConfig = ref({
column: [
{
- width: '124px'
+ width: '140px'
},
{},