Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
d2dfc160
Commit
d2dfc160
authored
Aug 02, 2024
by
moonby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电动阀UI调整
parent
e7e20471
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
ZdlmSelfTest.vue
src/views/RemotePage/ZdlmSelfTest.vue
+7
-6
No files found.
src/views/RemotePage/ZdlmSelfTest.vue
View file @
d2dfc160
<
template
>
<el-card
class=
"card-contianer"
>
<el-form
:model=
"form"
label-width=
"auto"
style=
"max-width: 600px;height: 100%
"
>
<el-form
class=
"card-form"
:model=
"form"
label-width=
"auto"
:style=
"
{minHeight:h+'px',maxWidth:400+'px'}
">
<el-form-item
label=
"自检计划名称"
>
<el-input
v-model=
"form.name"
/>
</el-form-item>
...
...
@@ -55,6 +55,9 @@ import { ElMessage } from 'element-plus'
import
zhCn
from
'element-plus/dist/locale/zh-cn.mjs'
import
http
from
'../../api/http'
var
h
=
window
.
innerHeight
-
165
;
const
form
=
reactive
({
planId
:
''
,
name
:
''
,
...
...
@@ -140,14 +143,12 @@ function get() {
width: calc(100%-1px);
height: 100%;
overflow: hidden;
}
.card-form {
width: 100%;
height: 300px;
// text-align: center;
padding-left: 35%;
}
</
style
>
\ No newline at end of file
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