style(接口测试): 标签优化

This commit is contained in:
RubyLiu 2023-08-15 18:51:46 +08:00 committed by fit2-zhao
parent c957fcbd71
commit e7d24b1d2e
2 changed files with 6 additions and 0 deletions

View File

@ -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;
}

View File

@ -1026,6 +1026,9 @@ export default {
.tag-item {
margin-right: 20px;
width: 900px;
position: relative;
z-index: 100;
}
.ms-col-name {