Merge pull request #11866 from dataease/pr@dev-v2@style_scroll

style(数据集): 数据集导出条件配置样式
This commit is contained in:
王嘉豪 2024-08-30 10:30:03 +08:00 committed by GitHub
commit 5c3980a91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -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 {

View File

@ -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 {