sql执行器页面易用性优化

一些页面美化
This commit is contained in:
diant
2023-05-16 18:38:42 +08:00
parent aaaa8b4e4d
commit 98aa22f6a6
10 changed files with 72 additions and 25 deletions

View File

@@ -89,5 +89,11 @@
</script>
<style scoped>
/deep/ .el-tabs--card>.el-tabs__header{
margin: 0 0 5px;
}
/deep/ .el-tabs--card>.el-tabs__header .el-tabs__item{
height: 30px;
line-height: 30px;
}
</style>