File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
spring-cloud-gray-webui/src/views/gray-instance Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 157
157
</div >
158
158
</el-dialog >
159
159
160
- <el-dialog :title =" grayInfo.type" :visible.sync =" grayInfo.dialogVisible" :loading =" grayInfo.loading" >
160
+ <el-dialog custom-class = " el-dialog-cus " :title =" grayInfo.type" :visible.sync =" grayInfo.dialogVisible" :loading =" grayInfo.loading" >
161
161
<pre >{{ grayInfo.content }}</pre >
162
162
<div slot =" footer" class =" dialog-footer" >
163
163
<el-button @click =" grayInfo.dialogVisible = false" >
@@ -488,4 +488,7 @@ export default {
488
488
.list-button {
489
489
margin-top : 5px ;
490
490
}
491
+ .el-dialog-cus {
492
+ width : 80% ;
493
+ }
491
494
</style >
Original file line number Diff line number Diff line change 81
81
</el-table-column >
82
82
</el-table >
83
83
84
- <el-dialog :title =" grayInfo.type" :visible.sync =" grayInfo.dialogVisible" :loading =" grayInfo.loading" >
84
+ <el-dialog custom-class = " el-dialog-cus " :title =" grayInfo.type" :visible.sync =" grayInfo.dialogVisible" :loading =" grayInfo.loading" >
85
85
<pre >{{ grayInfo.content }}</pre >
86
86
<div slot =" footer" class =" dialog-footer" >
87
87
<el-button @click =" grayInfo.dialogVisible = false" >
@@ -292,3 +292,9 @@ export default {
292
292
}
293
293
}
294
294
</script >
295
+
296
+ <style >
297
+ .el-dialog-cus {
298
+ width : 80% ;
299
+ }
300
+ </style >
You can’t perform that action at this time.
0 commit comments