liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
.jimu-widget-plottingP{
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .75);
  font-size: 14px;
  border: 1px solid rgb(69, 154, 251);
  color: rgb(0, 0, 0);
  font-size: 16px;
  display: block;
  border-radius: 10px;
  z-index: 16;
  display:  none;
}
 
/* 动态标绘 */
.panel {  
  height: 100%;
}
 
/*下拉框的高度*/
.combo-p {
  height: 150px;
}
 
/*滚动条*/
.propertygrid {
  overflow: auto;
}