图层树弹窗样式修改

feixian
徐景良 2023-09-05 09:09:56 +08:00
parent 6595be4028
commit c33841a101
3 changed files with 5 additions and 5 deletions

View File

@ -76,9 +76,9 @@
"autoCenter": true,
"windowOptions": {
"position": {
"top": 50,
"bottom": 30,
"right": 10
"top": 230,
"bottom": 52,
"left": 457
}
},
"css": {

View File

@ -31,7 +31,7 @@ html #layuicss-layer {
background-color: #fff;
-webkit-background-clip: content;
border-radius: 2px;
box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.layui-layer-close {

View File

@ -16,7 +16,7 @@
//此数据也可以放在widget.json的配置中但是发现很多人容易引起同名误解所以还是放在这里
this.data = this.config.data || [
// { name: "底图", icon: "fa fa-map", widget: "widgets/manageBasemaps/widget.js" },
{ name: "图层", icon: "fa fa-tasks", widget: "widgets/manageLayers/widget.js" },
{ name: "图层", icon: "fa fa-tasks", widget: "widgets/manageLayers/widget.js"},
{
name: "工具",
icon: "fa fa-cubes",