fix(数据集): 修复创建sql定时同步数据源开启主键样式的问题

This commit is contained in:
dataeaseShu 2024-04-22 10:30:57 +08:00
parent f712b3a726
commit 09bf6d06bd
6 changed files with 10 additions and 10 deletions

View File

@ -239,8 +239,8 @@ export default {
.full-height {
height: 100vh !important;
::-webkit-scrollbar {
width: 5px;
height: 5px;
width: 7px;
height: 7px;
}
}

View File

@ -430,8 +430,8 @@ div:focus {
::-webkit-scrollbar {
width: 5px;
height: 5px;
width: 7px;
height: 7px;
}
/* .el-color-dropdown__link-btn {

View File

@ -12,7 +12,7 @@
}
&::-webkit-scrollbar {
width: 6px;
width: 7px;
}
&::-webkit-scrollbar-thumb {

View File

@ -208,7 +208,7 @@
}
&::-webkit-scrollbar {
width: 6px;
width: 7px;
}
&::-webkit-scrollbar-thumb {

View File

@ -171,8 +171,8 @@ export default {
.full-height {
height: 100vh !important;
::-webkit-scrollbar {
width: 5px;
height: 5px;
width: 7px;
height: 7px;
}
}

View File

@ -6,7 +6,7 @@
>
<div class="sql-editer">
<el-row>
<el-col :span="12">
<el-col :span="16">
<el-select
v-model="dataSource"
filterable
@ -84,7 +84,7 @@
</el-col>
<el-col
style="text-align: right"
:span="12"
:span="8"
>
<el-button
type="text"