启用
停用
@@ -279,10 +271,8 @@
@@ -613,12 +439,12 @@ getList()
.device-content {
display: flex;
justify-content: center;
- padding-top: 220px;
+ padding-top: 190px;
.device-box {
display: flex;
width: 2194px;
- height: 1500px;
+ height: 1600px;
background: #064B66;
border-radius: 20px;
border: 2px solid #05FEFF;
@@ -627,7 +453,7 @@ getList()
.box-left {
padding-left: 24px;
width: 300px;
- height: 1498px;
+ height: 1596px;
background: #0D5A7A;
border-radius: 20px 0px 0px 20px;
@@ -683,36 +509,39 @@ getList()
}
.collection-frequency {
+ height: 60px;
+ display: flex;
+ align-items: center;
position: absolute;
right: 102px;
> span:first-child {
font-size: 38px !important;
+ white-space: pre;
+ margin-right: 15px;
}
- .units {
- position: relative;
+ :deep(.el-input__wrapper) {
+ width: 166px;
+ height: 56px;
+ background-color: transparent;
+ box-shadow: none;
+ border-radius: 6px;
+ border: 1px solid #05FEFF;
+ transform: none;
+ transition: none;
- input {
- width: 220px;
- height: 50px;
- border: 1px solid #05FEFF;
- background: transparent;
- margin-left: 14px;
- font-size: 35px;
+ .el-input__inner {
+ height: 54px;
+ font-size: 30px;
color: #FFFFFF;
- outline: none;
}
- }
- .units::after {
- content: "秒/次";
- position: absolute;
- right: 6px;
- top: 26%;
- transform: translateY(-50%);
- font-size: 35px;
- color: #08B7B8;
+ .el-input__suffix-inner {
+ font-size: 30px;
+ color: #08B7B8;
+ line-height: 40px;
+ }
}
}
}
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 3ced737..804a9a2 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -115,7 +115,7 @@ onBeforeUnmount(() => {
.login-box {
height: 100%;
- background-color: #4158d0;
+ background-color: #063247;
//background-image: linear-gradient(
// 43deg,
// #4158d0 0%,
diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue
index 7128a52..4c7ae8c 100644
--- a/src/views/tunnel/index.vue
+++ b/src/views/tunnel/index.vue
@@ -325,7 +325,6 @@ const nextBtn = () => {
const initWebSocket = () => {
// let wsUrl = `ws://192.168.31.175:9000/websocket/equipment/${token}/${serialNumber.value}`
let wsUrl = `ws://web-tunnel.feashow.com/api/wstunnel/websocket/equipment/${token}/${serialNumber.value}`;
- console.log(wsUrl);
socket = new WebSocket(wsUrl);
//连接发生错误的回调方法
socket.onerror = function () {