Skip to content

Commit f20f7fe

Browse files
Zhao-githubgitee-org
authored andcommitted
!1 fix 修复接口列表数据类型中多余符号
Merge pull request !1 from Stefan阿钢/master
2 parents 245c08a + d2fa382 commit f20f7fe

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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
}

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)