forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-24 2bcd556961208b80af1cb157633c594faab1eca2
SunshineIns/src/view/BulidMakingView/style.scss
@@ -1,6 +1,6 @@
/**
 * 徐祥健<xuxj@hugeinfo.com.cn>
 * 2018年7月22日 16:40
 * 刘文浩<xuxj@hugeinfo.com.cn>
 * 2019年9月27日 16:42
 *
 */
@@ -9,13 +9,27 @@
.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
  }
}