zhongrj
2025-11-25 b89962006164a462404b79a738bee8cbb6d7fe7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.leaflet-touch .leaflet-control-layers-control, .leaflet-control-layers-control{
    .layers-control-layer{
        .layer-control-title{
            display: flex;
            flex-wrap: nowrap;
        }
 
        .layer-label{
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: left;
            height: 28px;
            margin-left: 1px;
        }
 
        .layer-action{
            flex-basis: min-content;
            padding-left: 6px;
            padding-right: 6px;
        }
 
        .expand-layer{
            margin-right: 3px;
        }
 
        hr.layer-separator{
            margin-top: 6px;
            margin-left: 8px;
        }
 
        select, input{
            height: auto;
            padding: 4px;
        }
 
        label{
            padding-top: 5px;
        }
 
        .row.form-group.form-inline{
            margin-bottom: 8px;
            margin-right: 0;
 
            i{
                margin-top: 8px;
                margin-bottom: 8px;
            }
        }
 
        .btn{
            padding: 0px 9px;
        }
      
        .toggle{
          width: 22px;
          i{
              font-size: 18px;
          }
          &:hover{
              background-color: inherit !important;
              border-width: 0;
          }
        }
 
        .paddingSpace{
            width: 22px;
            height: 22px;
        }
 
        i.layer-icon{
            font-size: 16px;
            margin-left: 4px;
        }
 
        .layer-title{
            display: inline;
            position: relative;
            top: -1px;
        }
    }
}