diff --git a/src/views/remote-manage/part/remote-dialog.vue b/src/views/remote-manage/part/remote-dialog.vue index 9aba3ec..6d1828c 100644 --- a/src/views/remote-manage/part/remote-dialog.vue +++ b/src/views/remote-manage/part/remote-dialog.vue @@ -2,19 +2,20 @@
-
+ +

连接云服务器


-

云服务器连接状态:{{ patientInfo.isRemote ? '已连接' : '未连接' }}

+ 云服务器连接状态:{{ patientInfo.isRemote ? '已连接' : '未连接' }} -

输入病人姓名: + 输入病人姓名: -

-

输入病人住院号: + + 输入病人住院号: -

+ @@ -22,7 +23,7 @@ -
+
确定连接 @@ -118,19 +119,21 @@ const unsubscribeLastTask = () => { width: calc(100% - 290px); color: $main-color; line-height: 2; - font-weight: 600; + font-weight: 700; h3 { font-size: 28px; + margin-top: 20px; } - p { - font-size: 15px; - } + //p { + // font-size: 20px; + //} .input-box { display: flex; align-items: center; &>span { flex-shrink: 0; + } :deep(.el-input) { border-bottom: 1px solid $text3-color; @@ -139,8 +142,10 @@ const unsubscribeLastTask = () => { padding: 0; input { height: 20px; - font-size: 15px; + font-size: 18px; color: $main-color; + font-weight: 700; + margin-top: 2px; } } } @@ -152,11 +157,12 @@ const unsubscribeLastTask = () => { display: flex; justify-content: center; align-items: center; - margin-top: 50px; + margin-top: 20px; .el-button { font-weight: 600; padding: 15px 50px; height: auto; + margin-bottom: 15px; } } diff --git a/src/views/remote-manage/remote-control.vue b/src/views/remote-manage/remote-control.vue index 3c323f0..f605b04 100644 --- a/src/views/remote-manage/remote-control.vue +++ b/src/views/remote-manage/remote-control.vue @@ -42,9 +42,9 @@ - 患者信息 - 已连接 - 机器人运行正常 + 患者信息 + 已连接 +
@@ -92,7 +92,7 @@
- +
- + @@ -185,7 +185,7 @@ - +
@@ -579,7 +579,7 @@ function startAI() { justify-content: space-between; .left-box { - width: 670px; + width: 37%; height: 100%; &>h3 { @@ -722,7 +722,7 @@ function startAI() { } .right-box { - width: 670px; + width: 36.5%; height: 100%; display: flex; flex-direction: column; @@ -759,8 +759,8 @@ function startAI() { } .monitoring-message { - width: 670px; - height: 450px; + width: 100%; + height: 41%; padding-bottom: 10px; display: flex; justify-content: space-between; @@ -907,7 +907,7 @@ function startAI() { .table-box { width: 100%; - height: calc(50% - 264.5px); + height: 29.5%; margin-bottom: 20px; flex-grow: 1; @@ -934,17 +934,17 @@ function startAI() { } } - .table-btn-box { - .el-button { - padding: 0 7px; - height: 24px; - line-height: 22px; - - &:not(:first-of-type) { - margin-left: 4px; - } - } - } + //.table-btn-box { + // .el-button { + // padding: 0 7px; + // height: 24px; + // line-height: 22px; + // + // &:not(:first-of-type) { + // margin-left: 4px; + // } + // } + //} } } }