Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-video
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
binhai-jiaoguan
binhai-video
Commits
65dfd18d
Commit
65dfd18d
authored
Nov 17, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式错位
parent
91a221d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
login.vue
src/views/login.vue
+1
-1
index.vue
src/views/picturePlayback/index.vue
+15
-9
No files found.
src/views/login.vue
View file @
65dfd18d
...
...
@@ -72,7 +72,7 @@ export default {
return
{
codeUrl
:
''
,
loginForm
:
{
username
:
'
admin
'
,
username
:
'
91isoft
'
,
password
:
'admin123'
,
rememberMe
:
false
,
code
:
''
,
...
...
src/views/picturePlayback/index.vue
View file @
65dfd18d
...
...
@@ -105,7 +105,7 @@
@
pagination=
"getList"
/>
<!-- 图像回放弹窗-->
<el-dialog
title=
"图像回放"
:visible
.
sync=
"open"
width=
"
6
80px"
append-to-body
:close-on-click-modal=
"false"
@
close=
"closeDialog"
>
<el-dialog
title=
"图像回放"
:visible
.
sync=
"open"
width=
"
12
80px"
append-to-body
:close-on-click-modal=
"false"
@
close=
"closeDialog"
>
<el-form
ref=
"picForm"
label-position=
"right"
label-width=
"70px"
:model=
"picForm"
:inline=
"true"
>
<el-form-item
label=
"车身颜色"
prop=
"colour"
>
<el-select
...
...
@@ -164,9 +164,7 @@
车型:
<dict-tag
:options=
"dict.type.bhsp_vtype"
:value=
"item.vehicleType"
/>
车身颜色:
<dict-tag
:options=
"dict.type.bhsp_colour"
:value=
"item.colour"
/>
</div>
<div
class=
"img-area"
>
<img
:src=
"baseUrl + item.licensePlateImg"
/>
</div>
<img
:style=
"swiperHeightImg"
:src=
"baseUrl + item.licensePlateImg"
/>
</div>
<div
v-show=
"picList.length === 0"
>
暂无数据
</div>
</div>
...
...
@@ -299,6 +297,10 @@ export default {
// 根据选择自动生成高度
swiperHeight
()
{
return
{
height
:
`calc((100%) /
${
this
.
layoutMap
[
this
.
selectedWindow
].
row
}
) !important`
,
width
:
`calc((100%) /
${
this
.
layoutMap
[
this
.
selectedWindow
].
col
}
) !important`
}
},
// 根据选择自动生成高度
swiperHeightImg
()
{
return
{
height
:
`calc((100%) - 50px) !important`
,
width
:
`80% !important`
}
}
},
created
()
{
...
...
@@ -455,17 +457,21 @@ export default {
}
.side-title
{
display
:
flex
;
align-items
:
center
;
line-height
:
14px
;
span
,
div
{
margin
:
0
5px
;
}
}
.title-item
{
margin
:
0
2px
;
}
.card-type
{
display
:
flex
;
}
.img-area
{
img
{
width
:
90%
;
height
:
90%
;
align-items
:
center
;
line-height
:
14px
;
span
,
div
{
margin
:
0
5px
;
}
}
...
...
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