Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
bdc0497a
Commit
bdc0497a
authored
Apr 04, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改搜索框
parent
877f1d66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
sample-form-client-ui/admin/src/App.vue
sample-form-client-ui/admin/src/App.vue
+2
-1
sample-form-client-ui/admin/src/components/SearchBox.vue
sample-form-client-ui/admin/src/components/SearchBox.vue
+6
-0
sample-form-client-ui/admin/src/pages/home/Home.vue
sample-form-client-ui/admin/src/pages/home/Home.vue
+9
-0
No files found.
sample-form-client-ui/admin/src/App.vue
View file @
bdc0497a
...
@@ -61,7 +61,8 @@ export default {
...
@@ -61,7 +61,8 @@ export default {
homeUrl
:
"
http://192.168.0.24:8080/#/
"
,
homeUrl
:
"
http://192.168.0.24:8080/#/
"
,
serverUrl
:
"
http://192.168.0.98:11078/
"
,
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
);
this
.
WebSocketMq
(
obj
);
}
}
...
...
sample-form-client-ui/admin/src/components/SearchBox.vue
View file @
bdc0497a
...
@@ -94,5 +94,11 @@ export default {
...
@@ -94,5 +94,11 @@ export default {
font-size: 24px;
font-size: 24px;
border-radius: 8px;
border-radius: 8px;
color: #333;
color: #333;
&:hover {
border-color: var(--main-theme-color);
}
&:focus {
border-color: var(--main-theme-color);
}
}
}
</
style
>
</
style
>
\ No newline at end of file
sample-form-client-ui/admin/src/pages/home/Home.vue
View file @
bdc0497a
...
@@ -450,6 +450,9 @@ export default {
...
@@ -450,6 +450,9 @@ export default {
right: 5px;
right: 5px;
top: 5px;
top: 5px;
}
}
:deep(.el-input) {
border-radius: 8px;
}
:deep(.el-input__inner) {
:deep(.el-input__inner) {
width: 895px;
width: 895px;
height: 72px;
height: 72px;
...
@@ -457,6 +460,12 @@ export default {
...
@@ -457,6 +460,12 @@ export default {
font-size: 24px;
font-size: 24px;
border-radius: 8px;
border-radius: 8px;
color: #333;
color: #333;
&:hover {
border-color: var(--main-theme-color);
}
&:focus {
border-color: var(--main-theme-color);
}
}
}
.main {
.main {
margin-top: 40px;
margin-top: 40px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment