nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
.jimu-dashboard-panel{
  position: relative;
  z-index: 60;
  overflow: visible;
}
 
.jimu-dashboard-panel .title{
  position: relative;
  height: 30px;
  width: 100%;
  cursor: move;
}
 
.jimu-dashboard-panel .title-label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  position: absolute;
  left: 20px;
  right: 72px;
  font-size: 14px;
  font-weight: normal;
}
 
.jimu-dashboard-panel.minimized .title-label{
  display: none;
}
 
.jimu-rtl .jimu-dashboard-panel .title-label{
  right: 48px;
  left: 96px;
}
 
.jimu-dashboard-panel .title .icon-close{
  font-size: 12px;
  cursor: pointer;
  margin: 6px 10px;
  color: #FFF;
}
 
.jimu-dashboard-panel .jimu-panel-content {
  height: 100%;
}