You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
936 B

.etp-window-widget-tree {
overflow-y: scroll;
height: 500px;
width: 400px;
float: left;
}
.tip-show {
height: 40px;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.sql-type-button-container {
float: left;
display: flex;
padding-left: 100px;
width: 400px;
height: 500px;
flex-direction: column;
justify-content: center;
}
.get-cover-sql,
.get-check-sql,
.window-close-btn {
height: 40px;
width: 200px;
}
.get-check-sql,
.window-close-btn {
margin-top: 20px;
}
.sql-title {
padding: 5px;
height: 50px;
}
.sql-content {
height:450px;
width: 799px;
}
.sql-export-buttons {
margin-top: 5px;
height: 50px;
width: 100%;
display: flex;
justify-content: center;
}
.btn-export,
.btn-close-export {
width: 200px;
height: 50px;
}
.btn-close-export {
margin-left: 20px;
}
.export-script {
display: none;
}