Browse Source

feat : 비행관리시스템 디테일 수정작업

remotes/origin/main
이시연 3 weeks ago
parent
commit
8c80ccb577
  1. BIN
      public/images/fc_computer.png
  2. BIN
      public/images/fc_left_tab.png
  3. BIN
      public/images/fc_right_tab.png
  4. 15
      src/css/common.css

BIN
public/images/fc_computer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
public/images/fc_left_tab.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 638 KiB

BIN
public/images/fc_right_tab.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 771 KiB

After

Width:  |  Height:  |  Size: 531 KiB

15
src/css/common.css

@ -713,10 +713,10 @@ body{overflow-x:hidden;}
.fc-situation__main { width: 100%; object-fit: contain; display: block; }
/* 왼쪽 탭 위치/크기 */
.fc-situation__left { position: absolute; left: -25%; top: 10%; width: 70% !important; object-fit: contain; }
.fc-situation__left { position: absolute; left: -20%; top: 10%; width: 60% !important; object-fit: contain; }
/* 오른쪽 탭 위치/크기 */
.fc-situation__right { position: absolute; right: -20%; top: 20%; width: 70% !important; object-fit: contain; }
.fc-situation__right { position: absolute; right: -20%; top: 20%; width: 60% !important; object-fit: contain; }
/* 아래 탭 위치/크기 */
.fc-situation__bottom { position: absolute; bottom: -40%; left: -5%; width: 60%; object-fit: contain; }
@ -808,15 +808,16 @@ body{overflow-x:hidden;}
.fc-domains__grid {
grid-template-columns: repeat(3, 1fr);
}
.fc-functions__body {
flex-direction: column;
gap: 2rem;
}
.fc-functions__body { flex-direction: column; gap: 2rem; }
.fc-func-display {
flex: none;
width: 100%;
max-width: 500px;
}
.fc-func-list{
width: 100%;
}
.fc-flow__row {
flex-direction: column;
gap: 1rem;
@ -863,7 +864,7 @@ body{overflow-x:hidden;}
.fc-highlight__title { font-size: 1.3rem; }
.fc-highlight__desc { font-size: 0.82rem; }
.fc-highlight__float-icon { width: 48px; height: 48px; }
.fc-highlight__img-scene { transform: scale(0.75); transform-origin: top center; }
.fc-highlight__img-scene { transform: scale(0.75); transform-origin: top center; }
}
Loading…
Cancel
Save