Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • ..
  • common
  • TransportConfigurationStep.less
  • refractor:重构设备配置代码
    d66c2a4a
    fengtao authored
    2022-10-10 18:04:10 +0800  
    Browse Files »
TransportConfigurationStep.less 342 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.step2-style {
  margin: 0 0.6vw;
  border-radius: 4px;

  .btn-style {
    display: flex;
    width: 11vw;
    height: 8vh;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 19vw;
    margin-top: -0.35vh;
  }
}

::-webkit-scrollbar {
  display: none;
}

:deep(.ant-btn) {
  color: white;
  background: #377dff;
}