style(数据集): 数据集导出条件配置样式

This commit is contained in:
wangjiahao 2024-08-30 10:29:28 +08:00
parent 0e89016c04
commit dddcb0def1
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 {