Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
夏敏伟
xxx_phase2_web
Commits
de27afb7
Commit
de27afb7
authored
Sep 01, 2023
by
高飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2ca44871
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
src/view/dfzy/dfzyjgk.vue
src/view/dfzy/dfzyjgk.vue
+5
-4
src/view/dfzy/dfzyrwk.vue
src/view/dfzy/dfzyrwk.vue
+6
-5
No files found.
src/view/dfzy/dfzyjgk.vue
View file @
de27afb7
...
...
@@ -73,7 +73,7 @@
</el-col>
<div
class=
"line-s"
></div>
<el-col
:span=
"5"
class=
"tm-div"
>
<SelectTree
s
:value=
"value_select"
filterable
:data=
"tree_data"
@
NodeClick=
"NodeClick"
class=
"aaaaaaaaaaaaaaaa"
/>
<SelectTree
:value=
"value_select"
filterable
:data=
"tree_data"
@
NodeClick=
"NodeClick"
class=
"aaaaaaaaaaaaaaaa"
/>
</el-col>
<!--
<div
class=
"line-s"
></div>
-->
<!--
<el-col
:span=
"5"
class=
"jzxs"
>
...
...
@@ -278,12 +278,12 @@ import jh_bg from "../../assets/img/dfzy/zwtp.png";
import
XLSX
from
"
xlsx
"
;
import
{
uuid
}
from
"
../../util/data_util
"
;
import
VanillaTilt
from
"
vanilla-tilt
"
;
import
SelectTree
s
from
"
./seleteTree.vue
"
import
SelectTree
from
"
./seleteTree.vue
"
import
"
animate.css
"
;
// import navs from "./jg_xq.vue";
export
default
{
// components: { navs },
components
:
{
SelectTree
s
},
components
:
{
SelectTree
},
data
()
{
return
{
PickerPath_url
:
"
api/rest/document/viewPicture/ProfilePhotos?objectName=
"
,
...
...
@@ -1669,7 +1669,8 @@ export default {
top
:
80px
;
// box-shadow: rgb(24, 110, 138) 0px 4px 6px;
// background-image: linear-gradient(#21334f, rgb(23, 73, 109));
background-image
:
url("../../assets/img/dfzy/new/6.png")
;
// background-image: url("../../assets/img/dfzy/new/6.png");
background-image
:
linear-gradient
(
to
right
,
#111112
,
#2a607f
,
#221c2c
);
background-size
:
100%
100%
;
.demo-form-inline
{
width
:
60%
;
...
...
src/view/dfzy/dfzyrwk.vue
View file @
de27afb7
...
...
@@ -88,7 +88,7 @@
</el-col>
<div
class=
"line-s"
></div>
<el-col
:span=
"5"
class=
"tm-div"
>
<SelectTree
s
:value=
"value_select"
filterable
:data=
"tree_data"
@
NodeClick=
"NodeClick"
/>
<SelectTree
:value=
"value_select"
filterable
:data=
"tree_data"
@
NodeClick=
"NodeClick"
/>
</el-col>
<!--
<div
class=
"line-s"
></div>
-->
<!--
<el-col
:span=
"5"
class=
"jzxs"
>
...
...
@@ -305,10 +305,10 @@ import {
import
jh_bg
from
"
../../assets/img/dfzy/zwtp.png
"
;
import
{
uuid
}
from
"
../../util/data_util
"
;
import
VanillaTilt
from
"
vanilla-tilt
"
;
import
SelectTree
s
from
"
./seleteTree.vue
"
import
SelectTree
from
"
./seleteTree.vue
"
import
"
animate.css
"
;
export
default
{
components
:
{
SelectTree
s
},
components
:
{
SelectTree
},
data
()
{
return
{
PickerPath_url
:
"
api/rest/document/viewPicture/ProfilePhotos?objectName=
"
,
...
...
@@ -1772,8 +1772,9 @@ export default {
width
:
100%
;
position
:
absolute
;
top
:
80px
;
box-shadow
:
rgb
(
24
,
110
,
138
)
0px
4px
6px
;
background-image
:
linear-gradient
(
#21334f
,
rgb
(
23
,
73
,
109
));
// box-shadow: rgb(24, 110, 138) 0px 4px 6px;
// background-image: linear-gradient(#21334f, rgb(23, 73, 109));
background-image
:
linear-gradient
(
to
right
,
#111112
,
#2a607f
,
#221c2c
);
.demo-form-inline
{
width
:
60%
;
margin-left
:
23%
;
...
...
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