Browse Source

CHART-17034 style:删除多提交的代码

es6
Tangjinxia 4 years ago
parent
commit
951a3bab3f
  1. 14
      src/less/base/layer/layer.popover.less
  2. 3
      src/less/base/segment/segment.less

14
src/less/base/layer/layer.popover.less

@ -1,14 +0,0 @@
@maxHeight: 500px;
.bi-popover {
.dynamic-height-limit-layout-small {
min-height: 200px;
max-height: @maxHeight;
}
.dynamic-height-limit-layout-big, .dynamic-height-limit-layout-default {
min-height: 400px;
max-height: @maxHeight;
}
}

3
src/less/base/segment/segment.less

@ -30,6 +30,9 @@
border-bottom: 1px solid @color-bi-border-line-theme-dark;
}
& > .first-element{
border-left: 1px solid @color-bi-background-default-theme-dark;
}
& > .first-element.bi-list-item-select.disabled{
border-left: 1px solid @color-bi-border-line-theme-dark;
}
& .bi-list-item-select.disabled{

Loading…
Cancel
Save