Compare commits

...

3 Commits
dev ... main

  1. 4
      src/apis/update.js
  2. 13
      src/components/update/Tips.vue

@ -80,6 +80,6 @@ export const handle_update = (params) => {
url: '/update/update_cine/',
method: 'get',
params: params,
timeout: 3*60*1000,
timeout: 6*60*1000,
})
}
}

@ -3,11 +3,11 @@
import {InfoFilled} from "@element-plus/icons-vue";
const props = defineProps({
title:{
title: {
type: String,
default: '说明'
},
width:{
width: {
type: Number,
default: 400
},
@ -35,6 +35,9 @@ const props = defineProps({
</el-popover>
</template>
<style scoped>
</style>
<style>
.el-popover {
height: 200px;
overflow: auto;
}
</style>

Loading…
Cancel
Save