|
@@ -51,7 +51,7 @@ export const mixinNoOpenSetMessage = {
|
|
const h = this.$createElement
|
|
const h = this.$createElement
|
|
return await MessageBox({
|
|
return await MessageBox({
|
|
title: '开启订阅',
|
|
title: '开启订阅',
|
|
- customClass: 'custom-message-box',
|
|
|
|
|
|
+ customClass: 'custom-alert-box',
|
|
confirmButtonText: '立即开启',
|
|
confirmButtonText: '立即开启',
|
|
confirmButtonClass: 'custom-confirm-btn',
|
|
confirmButtonClass: 'custom-confirm-btn',
|
|
cancelButtonText: '暂不开启',
|
|
cancelButtonText: '暂不开启',
|
|
@@ -85,7 +85,7 @@ export const mixinNoOpenSetMessage = {
|
|
const h = this.$createElement
|
|
const h = this.$createElement
|
|
return await MessageBox({
|
|
return await MessageBox({
|
|
title: '确定关闭订阅?',
|
|
title: '确定关闭订阅?',
|
|
- customClass: 'custom-message-box',
|
|
|
|
|
|
+ customClass: 'custom-alert-box',
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
confirmButtonClass: 'custom-confirm-btn',
|
|
confirmButtonClass: 'custom-confirm-btn',
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|