Browse Source

fsm button 추가

master
김지은 8 months ago
parent
commit
1a783de3b5
  1. 862
      package-lock.json
  2. 2
      src/assets/css/custom.css
  3. 9
      src/views/control/setting/ControlSetting.js

862
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
src/assets/css/custom.css

@ -956,6 +956,8 @@ background-size: 75% auto;
.laanc-btn{width:100%;font-size:1rem} .laanc-btn{width:100%;font-size:1rem}
.onstop-link a{width:100%;color: #8a1c05} .onstop-link a{width:100%;color: #8a1c05}
.onstop-link a + a{margin-top:10px} .onstop-link a + a{margin-top:10px}
.onstop-link a + button{margin-top:10px}
.onstop-link button{width:100%;}
.laanc-pop-btn{font-size:1rem;min-width:280px;margin-bottom:1rem} .laanc-pop-btn{font-size:1rem;min-width:280px;margin-bottom:1rem}
.laanc-modal{margin:0;position:fixed;right:0;top:0;height:100vh;overflow-y: scroll;box-shadow: -4px 1px 10px #ddd;min-width:500px} .laanc-modal{margin:0;position:fixed;right:0;top:0;height:100vh;overflow-y: scroll;box-shadow: -4px 1px 10px #ddd;min-width:500px}
.laanc-modal .modal-content{height:100vh;} .laanc-modal .modal-content{height:100vh;}

9
src/views/control/setting/ControlSetting.js

@ -387,6 +387,15 @@ const ControlSetting = props => {
> >
항공촬영 신청 항공촬영 신청
</a> </a>
<Button
className='btn btn-outline-primary'
outline
color='primary'
// href='https://drone.onestop.go.kr/'
// target='_blank'
>
FSM 비행계획서 작성 바로가기
</Button>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save