Merge pull request #9240 from dataease/pr@dev_st
fix(数据集): 修复创建sql定时同步数据源开启主键样式的问题
This commit is contained in:
commit
22698c3fa5
@ -239,8 +239,8 @@ export default {
|
|||||||
.full-height {
|
.full-height {
|
||||||
height: 100vh !important;
|
height: 100vh !important;
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 5px;
|
width: 7px;
|
||||||
height: 5px;
|
height: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -430,8 +430,8 @@ div:focus {
|
|||||||
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 5px;
|
width: 7px;
|
||||||
height: 5px;
|
height: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .el-color-dropdown__link-btn {
|
/* .el-color-dropdown__link-btn {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
|
|||||||
@ -208,7 +208,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
|
|||||||
@ -171,8 +171,8 @@ export default {
|
|||||||
.full-height {
|
.full-height {
|
||||||
height: 100vh !important;
|
height: 100vh !important;
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 5px;
|
width: 7px;
|
||||||
height: 5px;
|
height: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
>
|
>
|
||||||
<div class="sql-editer">
|
<div class="sql-editer">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="16">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="dataSource"
|
v-model="dataSource"
|
||||||
filterable
|
filterable
|
||||||
@ -84,7 +84,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col
|
<el-col
|
||||||
style="text-align: right"
|
style="text-align: right"
|
||||||
:span="12"
|
:span="8"
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user