Browse Source

fsm button 추가

master
김지은 8 months ago
parent
commit
1a783de3b5
  1. 862
      package-lock.json
  2. 4
      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

4
src/assets/css/custom.css

@ -956,6 +956,8 @@ background-size: 75% auto;
.laanc-btn{width:100%;font-size:1rem}
.onstop-link a{width:100%;color: #8a1c05}
.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-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;}
@ -1156,4 +1158,4 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;}
.statistics .chart-wrap .card {min-height:520px}
.statistics .card .card-title{font-size:1.125rem}
.statistics .select-date-wrap{padding-left:1rem;padding-right:1rem}
.statistics .select-date + .select-date{margin-left:0.5rem}
.statistics .select-date + .select-date{margin-left:0.5rem}

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

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

Loading…
Cancel
Save