Skip to content

Commit d2fa382

Browse files
committed
fix 修复接口列表数据类型中多余符号
1 parent 245c08a commit d2fa382

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Diff for: src/view/interface/request.vue

-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ export default {
145145
return h('Tag', {
146146
attrs: {
147147
color: 'primary'
148-
},
149-
style: {
150-
width: '60px'
151148
}
152149
}, this.tableShow.dataType[type])
153150
}

Diff for: src/view/interface/response.vue

-3
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ export default {
161161
return h('Tag', {
162162
attrs: {
163163
color: 'primary'
164-
},
165-
style: {
166-
width: '60px'
167164
}
168165
}, this.tableShow.dataType[type])
169166
}

0 commit comments

Comments
 (0)