去除升级框的width

pull/303/head
王良 2024-04-23 16:11:06 +08:00
parent c79ace09cc
commit 1bd12d3b6e
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ function install (app, api) {
title: '发现新版本:' + value.version,
cancelText: '暂不升级',
okText: '升级',
width: 600,
content: h => {
if (value.releaseNotes) {
if (typeof value.releaseNotes === 'string') {