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
| .jimu-widget-SQLQuery {
| position: fixed !important;
| top: 72px !important;
| right: 388px !important;
| width: 200px !important;
| height: 120px !important;
| background-color: rgb(255, 255, 255);
| font-size: 14px;
| color: rgb(0, 0, 0);
| z-index: 12 !important;
| border-radius: 10px;
| display: none;
| box-shadow: 0 0 8px #fff;
| padding: 25px 5px 0 5px !important;
| }
|
| .jimu-widget-SQLQuery .closeOUR {
| position: absolute;
| right: 5px;
| top: 5px;
| font-size: 18px;
| cursor: pointer;
| }
|
| .jimu-widget-SQLQuery .closeOUR:hover {
| color: red;
| }
|
|