白色主题
This commit is contained in:
@@ -30,13 +30,19 @@
|
||||
background-color: var(--td-tree-bg-color, var(--td-bg-color-block, #fff));
|
||||
}
|
||||
.t-tree-select__column {
|
||||
flex: 1;
|
||||
width: var(--td-tree-colum-width, 206rpx);
|
||||
}
|
||||
.t-tree-select__column--left {
|
||||
background: var(--td-tree-root-bg-color, var(--td-gray-color-1, #f3f3f3));
|
||||
}
|
||||
.t-tree-select__column--right {
|
||||
flex: 2;
|
||||
flex: 1;
|
||||
}
|
||||
.t-tree-select__column ::-webkit-scrollbar {
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.t-tree-select__item {
|
||||
height: var(--td-tree-item-height, 112rpx);
|
||||
|
||||
Reference in New Issue
Block a user