52cd421e by 任超

style:弹框

1 parent 74cf9497
...@@ -74,12 +74,6 @@ export default { ...@@ -74,12 +74,6 @@ export default {
74 type: Boolean 74 type: Boolean
75 } 75 }
76 }, 76 },
77
78 components: {
79 ElInput,
80 ElButton
81 },
82
83 computed: { 77 computed: {
84 icon () { 78 icon () {
85 const { type, iconClass } = this; 79 const { type, iconClass } = this;
......