v2
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
.h-all {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
xm-select { border-color: var(--global-primary-color) !important; }
|
||||
xm-select .xm-label .label-content .xm-label-block { background-color: var(--global-primary-color) !important; }
|
||||
xm-select .xm-body .xm-option .xm-option-icon { border-color: var(--global-primary-color) !important; }
|
||||
@@ -175,4 +179,30 @@ xm-select .xm-body .xm-option.selected .xm-option-icon { color: var(--global-pri
|
||||
/* 设置滚动条轨道样式 */
|
||||
/*::-webkit-scrollbar-track {
|
||||
/*background-color: #f1f1f1; /* 轨道颜色 */
|
||||
/*}*/
|
||||
/*}*/
|
||||
|
||||
.own-pannel {
|
||||
position: relative;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 2px;
|
||||
/*box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);*/
|
||||
background-color: #fff;
|
||||
color: #5f5f5f;
|
||||
height: calc(100% - 3px);
|
||||
}
|
||||
|
||||
.own-left-pannel {
|
||||
position: relative;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 2px;
|
||||
/*box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);*/
|
||||
background-color: #fff;
|
||||
color: #5f5f5f;
|
||||
margin-right: 10px;
|
||||
height: calc(100% - 3px);
|
||||
}
|
||||
|
||||
.own-tree {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user