forked from github/dataease
Merge pull request #11866 from dataease/pr@dev-v2@style_scroll
style(数据集): 数据集导出条件配置样式
This commit is contained in:
commit
5c3980a91b
@ -134,10 +134,6 @@ defineExpose({
|
||||
</template>
|
||||
|
||||
<style scoped lang="less">
|
||||
::-webkit-scrollbar {
|
||||
width: 0px !important;
|
||||
height: 0px !important;
|
||||
}
|
||||
.ruler-vertical {
|
||||
position: absolute;
|
||||
left: 30px;
|
||||
@ -170,6 +166,10 @@ defineExpose({
|
||||
.ruler-outer {
|
||||
overflow-x: auto;
|
||||
background-color: #2c2c2c;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ruler-outer-scroll {
|
||||
|
@ -78,10 +78,6 @@ defineExpose({
|
||||
</template>
|
||||
|
||||
<style scoped lang="less">
|
||||
::-webkit-scrollbar {
|
||||
width: 0px !important;
|
||||
height: 0px !important;
|
||||
}
|
||||
.ruler-shadow-vertical {
|
||||
position: absolute;
|
||||
width: 30px;
|
||||
@ -96,6 +92,10 @@ defineExpose({
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
background-color: #2c2c2c;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ruler-outer-vertical-scroll {
|
||||
|
Loading…
Reference in New Issue
Block a user