|
|
@@ -564,7 +564,8 @@ export default {
|
|
|
this.$confirm('确定要删除 ' + video.title + '?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- type: 'warning'
|
|
|
+ type: 'warning',
|
|
|
+ customClass: 'msgbox'
|
|
|
}).then(() => {
|
|
|
const videoId = video.videoId
|
|
|
const errorReportForm = {
|
|
|
@@ -712,6 +713,10 @@ export default {
|
|
|
padding-left: 0.5%;
|
|
|
padding-right: 0.5%;
|
|
|
}
|
|
|
+
|
|
|
+ .msgbox{
|
|
|
+ width: 320px !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.movie-list {
|