提交 51e18564 authored 作者: junjie's avatar junjie

refactor: 全局滚动条样式调整,字段编辑样式调整

上级 fdcd400f
...@@ -211,7 +211,7 @@ div:focus { ...@@ -211,7 +211,7 @@ div:focus {
} }
.custom-component-class { .custom-component-class {
width: 100%; width: 100%;
div:not(.de-number-range-container ) { div:not(.de-number-range-container ) {
width: 100% !important; width: 100% !important;
} }
...@@ -301,3 +301,14 @@ div:focus { ...@@ -301,3 +301,14 @@ div:focus {
.tox-tinymce-aux { .tox-tinymce-aux {
z-index: 10000 !important; z-index: 10000 !important;
} }
::-webkit-scrollbar-thumb {
width: 10px;
height: 10px;
background: #d7d9e3;
border-radius: 4px;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-collapse v-model="fieldActiveNames" class="style-collapse"> <el-collapse v-model="fieldActiveNames" class="style-collapse">
<el-collapse-item name="d" :title="$t('chart.dimension')"> <el-collapse-item name="d" :title="$t('chart.dimension')">
<el-table :data="tableFields.dimensionList" size="mini" :max-height="maxHeight"> <el-table :data="tableFields.dimensionList" size="mini">
<el-table-column property="deType" :label="$t('dataset.field_type')" width="140"> <el-table-column property="deType" :label="$t('dataset.field_type')" width="140">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-model="scope.row.deType" size="mini" style="display: inline-block;width: 26px;"> <el-select v-model="scope.row.deType" size="mini" style="display: inline-block;width: 26px;">
...@@ -106,8 +106,9 @@ ...@@ -106,8 +106,9 @@
<el-table-column property="" /> <el-table-column property="" />
</el-table> </el-table>
</el-collapse-item> </el-collapse-item>
<el-collapse-item name="q" :title="$t('chart.quota')"> <el-collapse-item name="q" :title="$t('chart.quota')">
<el-table :data="tableFields.quotaList" size="mini" :max-height="maxHeight"> <el-table :data="tableFields.quotaList" size="mini">
<el-table-column property="deType" :label="$t('dataset.field_type')" width="140"> <el-table-column property="deType" :label="$t('dataset.field_type')" width="140">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-model="scope.row.deType" size="mini" style="display: inline-block;width: 26px;"> <el-select v-model="scope.row.deType" size="mini" style="display: inline-block;width: 26px;">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论