This commit is contained in:
2025-03-28 17:51:34 +08:00
parent da612380e0
commit 5c8802d2f0
68 changed files with 3422 additions and 630 deletions

View File

@@ -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;
}

View File

@@ -45,9 +45,9 @@ layui.config({
notice: "notice", // 消息提示组件
step: "step", // 分布表单组件
tag: "tag", // 多标签页组件
treetable: "treetable", // 树状表格
treetable: "treetable", // 树状表格
dtree: "dtree", // 树结构
tinymce: "tinymce/tinymce", // 编辑器
tinymce: "tinymce/tinymce", // 编辑器
area: "area", // 省市级联
topBar: "topBar", // 置顶组件
design: "design", // 表单设计