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
// 分页导航,子视图工具栏上漂在导航左侧
.view-style2.detabexpview.tab-exp-view-header-flot.studio-view.view-container {
.studio-view.view-container {
position: unset;
> .view-header {
position: absolute;
top: -2px;
right: 0px;
width: auto;
height: 32px;
border: 0px;
}
> .view-content {
height: 100%;
}
}
}
//适配数据面板样式
.view-style2.detabexpview.studio-view.view-container {
> .view-header {
> .title {
height: 100%;
min-height: 50px;
}
> .data-panel {
.app-form {
padding-top: 0px;
.app-form-group .app-form-item {
>.editor {
height: calc(100% - 24px);
}
}
}
}
}
}