김지은 10 months ago
parent
commit
e9fdf3e9ea
  1. 12
      src/assets/css/custom.css
  2. 3
      src/views/control/setting/ControlReservation.js

12
src/assets/css/custom.css

@ -964,9 +964,11 @@ background-size: 75% auto;
.fare-wrap .list-txt > li:before {content:'';display: inline-block;width:4px;height:4px;background:rgba(255, 255, 255, 0.1);border-radius:50%;position: absolute;top: 7px;left:4px;} .fare-wrap .list-txt > li:before {content:'';display: inline-block;width:4px;height:4px;background:rgba(255, 255, 255, 0.1);border-radius:50%;position: absolute;top: 7px;left:4px;}
.fare-wrap .fare.active .list-txt > li:before{background:rgba(255, 255, 255, 0.8)} .fare-wrap .fare.active .list-txt > li:before{background:rgba(255, 255, 255, 0.8)}
.uam-reservation-total{position:fixed;bottom:0;width:calc(100% - 260px);left:260px;} .content.app-content{padding-bottom:5rem!important}/* 임시 css 추후삭제 */
.test{background:red;position:absolute;width:100%;bottom:0;}
.uam-reservation-total .collapsing{position:absolute;bottom:60px;}
.uam-reservation-total .collapse.show{position:absolute;bottom:60px;}
.content.app-content{padding-bottom:5rem!important}/* 임시 css 추후삭제 */ .uam-reservation-total{position:fixed;bottom:0;width:calc(100% - 260px);left:260px;}
.uam-reservation-total .collapsing{position:absolute;bottom:56px;}
.uam-reservation-total .collapse.show{position:absolute;bottom:56px;}
.uam-reservation-total .app-collapse.card{background:#343D55}
.uam-reservation-total [class*='collapse-'] .card .card-body{padding:0}
.uam-reservation-total-wrap{background:#fff;}

3
src/views/control/setting/ControlReservation.js

@ -41,10 +41,11 @@ export default function ControlReservation({ modal, handler }) {
<span>여정1 선택완료</span> <span>여정1 선택완료</span>
<span>여정2 선택완료</span> <span>여정2 선택완료</span>
</div> </div>
<div></div>
</div> </div>
), ),
content: ( content: (
<div className='mb-0'> <div className=''>
Brownie sweet carrot cake dragée caramels fruitcake. Gummi bears Brownie sweet carrot cake dragée caramels fruitcake. Gummi bears
tootsie roll croissant gingerbread dragée tootsie roll. Cookie tootsie roll croissant gingerbread dragée tootsie roll. Cookie
caramels tootsie roll pie. Sesame snaps cookie cake donut wafer. Wafer caramels tootsie roll pie. Sesame snaps cookie cake donut wafer. Wafer

Loading…
Cancel
Save