
.vnc-container[data-v-5ee635c1] {
  width: 100%;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 140px);
}
.vnc-screen[data-v-5ee635c1] {
  width: 100%;
  height: calc(100vh - 194px);
  background: #000;
  border: 1px solid #ccc;
}
.controls[data-v-5ee635c1] {
  padding: 10px;
  border-radius: 4px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status[data-v-5ee635c1] {
  color: #666;
  font-size: 14px;
  padding: 0 24px;
}
.vnc-screen-container[data-v-5ee635c1]{
  /* background: #000; */
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#noVNC_container[data-v-5ee635c1] {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; /* 平滑过渡效果 */
  /* height: 100%; */
}
/* 自定义滚动条宽度和高度 */
.vnc-screen-container[data-v-5ee635c1]::-webkit-scrollbar {
  width: 8px; /* 垂直滚动条宽度 */
  height: 8px; /* 水平滚动条高度 */
}
[data-v-5ee635c1] .vnc-screen div{
  background: #d5d5d5 !important;
}

