Commit bdc0497a authored by “yiyousong”'s avatar “yiyousong”

pref:修改搜索框

parent 877f1d66
......@@ -61,7 +61,8 @@ export default {
homeUrl: "http://192.168.0.24:8080/#/",
serverUrl: "http://192.168.0.98:11078/",
},
devicenum: "B8-13-32-86-9F-04",
devicenum: "18-93-7F-C0-AD-B5",
// devicenum: "B8-13-32-86-9F-04",
};
this.WebSocketMq(obj);
}
......
......@@ -94,5 +94,11 @@ export default {
font-size: 24px;
border-radius: 8px;
color: #333;
&:hover {
border-color: var(--main-theme-color);
}
&:focus {
border-color: var(--main-theme-color);
}
}
</style>
\ No newline at end of file
......@@ -450,6 +450,9 @@ export default {
right: 5px;
top: 5px;
}
:deep(.el-input) {
border-radius: 8px;
}
:deep(.el-input__inner) {
width: 895px;
height: 72px;
......@@ -457,6 +460,12 @@ export default {
font-size: 24px;
border-radius: 8px;
color: #333;
&:hover {
border-color: var(--main-theme-color);
}
&:focus {
border-color: var(--main-theme-color);
}
}
.main {
margin-top: 40px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment