| | |
| | | /** |
| | | * 徐祥健<xuxj@hugeinfo.com.cn> |
| | | * 2018年7月22日 16:40 |
| | | * 刘文浩<xuxj@hugeinfo.com.cn> |
| | | * 2019年9月27日 16:42 |
| | | * |
| | | */ |
| | | |
| | |
| | | |
| | | .bulid-making-view { |
| | | &-main { |
| | | height: 85vh; |
| | | margin: 20px; |
| | | background: #fff; |
| | | align-items: center; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | font-size: 40px; |
| | | 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 |
| | | } |
| | | } |