forked from github/dataease
fix(数据集): 修复创建sql定时同步数据源开启主键样式的问题
This commit is contained in:
parent
f712b3a726
commit
09bf6d06bd
@ -239,8 +239,8 @@ export default {
|
||||
.full-height {
|
||||
height: 100vh !important;
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -430,8 +430,8 @@ div:focus {
|
||||
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
/* .el-color-dropdown__link-btn {
|
||||
|
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
width: 7px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
@ -208,7 +208,7 @@
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
width: 7px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
@ -171,8 +171,8 @@ export default {
|
||||
.full-height {
|
||||
height: 100vh !important;
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user