Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e5b91d94
authored
Mar 12, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
1 parent
031ff118
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
src/views/etpManage/index.vue
src/views/reviewArchiFollowCheck/tab1.vue
src/views/etpManage/index.vue
View file @
e5b91d9
...
@@ -537,6 +537,9 @@ export default {
...
@@ -537,6 +537,9 @@ export default {
/
deep
/
.el-dialog__close
{
/
deep
/
.el-dialog__close
{
color
:
#fff
;
color
:
#fff
;
}
}
/
deep
/
.el-tag
{
color
:
#0D867F
;
}
.etpManage
{
.etpManage
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
...
src/views/reviewArchiFollowCheck/tab1.vue
View file @
e5b91d9
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<el-select
v-model=
"select2"
class=
"rightSelect"
@
change=
"select2Change"
>
<el-select
v-model=
"select2"
class=
"rightSelect"
@
change=
"select2Change"
>
<el-option
v-for=
"item in rightSelect"
:key=
"item.viewDetailsId"
:label=
"item.viewDetailName"
:value=
"item.viewDetailsId"
></el-option>
<el-option
v-for=
"item in rightSelect"
:key=
"item.viewDetailsId"
:label=
"item.viewDetailName"
:value=
"item.viewDetailsId"
></el-option>
</el-select>
</el-select>
<img
:src=
"rightImageSrc"
alt=
""
>
<img
:src=
"rightImageSrc"
class=
"rightImageContainer"
alt=
""
>
</div>
</div>
</div>
</div>
<div
class=
"bottom_container"
>
<div
class=
"bottom_container"
>
...
@@ -140,6 +140,12 @@ export default {
...
@@ -140,6 +140,12 @@ export default {
border
:
1px
solid
red
;
border
:
1px
solid
red
;
position
:
relative
;
position
:
relative
;
}
}
.rightImageContainer
{
position
:
absolute
;
transform
:
translate
(
-50%
,
-50%
);
top
:
50%
;
left
:
50%
;
}
.bottom_container
{
.bottom_container
{
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment