style(接口测试): 标签优化
This commit is contained in:
parent
c957fcbd71
commit
e7d24b1d2e
|
@ -186,6 +186,9 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.json-path-picker :deep(.ms-drawer-header){
|
||||
margin-left: 13px;
|
||||
}
|
||||
.json-path-picker {
|
||||
padding: 10px 13px;
|
||||
}
|
||||
|
|
|
@ -1026,6 +1026,9 @@ export default {
|
|||
|
||||
.tag-item {
|
||||
margin-right: 20px;
|
||||
width: 900px;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.ms-col-name {
|
||||
|
|
Loading…
Reference in New Issue