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
| /**
| * 刘文浩<xuxj@hugeinfo.com.cn>
| * 2019年9月27日 16:42
| *
| */
|
|
| @import '../../conf/vars';
|
| .bulid-making-view {
| &-main {
| height: 90vh;
| }
| &-row {
| display: flex;
| }
| &-button {
| height: 10vh;
| display: flex;
| justify-content: flex-end;
| align-items: center;
| }
| &-margin {
| margin: 0 24px;
| width: 16vh;
| }
| &-row-table {
| flex: 1;
| border: 1px solid #eee;
| margin: 2vh;
| }
| &-marginTop {
| margin-top: 0px
| }
| }
|
|