sql执行器增加上下布局拖拽

This commit is contained in:
diant
2023-06-01 21:37:26 +08:00
parent 76c8b83284
commit 6e4b226a46
14 changed files with 147 additions and 43 deletions

View File

@@ -300,7 +300,9 @@ export default {
</script>
<style scoped>
/deep/ .el-tabs--card > .el-tabs__header {
/deep/ .el-tabs, .el-tabs--card, .el-tabs--top{
height: 30px;
font-size: 12px;
margin: 0 0 5px;
}
@@ -310,16 +312,6 @@ export default {
font-size: 12px;
}
/deep/ .el-tabs__nav-next {
line-height: 33px;
font-size: 20px;
}
/deep/ .el-tabs__nav-prev {
line-height: 33px;
font-size: 20px;
}
.contextmenu {
width: 100px;
margin: 0;