Commit 5c2bc1ed authored by 夏敏伟's avatar 夏敏伟
parents 257ec75e 02cd7879
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
</el-col> </el-col>
<div class="line-s"></div> <div class="line-s"></div>
<el-col :span="5" class="tm-div"> <el-col :span="5" class="tm-div">
<SelectTrees :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> </el-col>
<!-- <div class="line-s"></div> --> <!-- <div class="line-s"></div> -->
<!-- <el-col :span="5" class="jzxs"> <!-- <el-col :span="5" class="jzxs">
...@@ -278,12 +278,12 @@ import jh_bg from "../../assets/img/dfzy/zwtp.png"; ...@@ -278,12 +278,12 @@ import jh_bg from "../../assets/img/dfzy/zwtp.png";
import XLSX from "xlsx"; import XLSX from "xlsx";
import { uuid } from "../../util/data_util"; import { uuid } from "../../util/data_util";
import VanillaTilt from "vanilla-tilt"; import VanillaTilt from "vanilla-tilt";
import SelectTrees from "./seleteTree.vue" import SelectTree from "./seleteTree.vue"
import "animate.css"; import "animate.css";
// import navs from "./jg_xq.vue"; // import navs from "./jg_xq.vue";
export default { export default {
// components: { navs }, // components: { navs },
components: { SelectTrees }, components: { SelectTree },
data() { data() {
return { return {
PickerPath_url: "api/rest/document/viewPicture/ProfilePhotos?objectName=", PickerPath_url: "api/rest/document/viewPicture/ProfilePhotos?objectName=",
...@@ -1669,7 +1669,8 @@ export default { ...@@ -1669,7 +1669,8 @@ export default {
top: 80px; top: 80px;
// box-shadow: rgb(24, 110, 138) 0px 4px 6px; // box-shadow: rgb(24, 110, 138) 0px 4px 6px;
// background-image: linear-gradient(#21334f, rgb(23, 73, 109)); // 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%; background-size: 100% 100%;
.demo-form-inline { .demo-form-inline {
width: 60%; width: 60%;
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</el-col> </el-col>
<div class="line-s"></div> <div class="line-s"></div>
<el-col :span="5" class="tm-div"> <el-col :span="5" class="tm-div">
<SelectTrees :value="value_select" filterable :data="tree_data" @NodeClick="NodeClick"/> <SelectTree :value="value_select" filterable :data="tree_data" @NodeClick="NodeClick"/>
</el-col> </el-col>
<!-- <div class="line-s"></div> --> <!-- <div class="line-s"></div> -->
<!-- <el-col :span="5" class="jzxs"> <!-- <el-col :span="5" class="jzxs">
...@@ -305,10 +305,10 @@ import { ...@@ -305,10 +305,10 @@ import {
import jh_bg from "../../assets/img/dfzy/zwtp.png"; import jh_bg from "../../assets/img/dfzy/zwtp.png";
import { uuid } from "../../util/data_util"; import { uuid } from "../../util/data_util";
import VanillaTilt from "vanilla-tilt"; import VanillaTilt from "vanilla-tilt";
import SelectTrees from "./seleteTree.vue" import SelectTree from "./seleteTree.vue"
import "animate.css"; import "animate.css";
export default { export default {
components: { SelectTrees }, components: { SelectTree },
data() { data() {
return { return {
PickerPath_url: "api/rest/document/viewPicture/ProfilePhotos?objectName=", PickerPath_url: "api/rest/document/viewPicture/ProfilePhotos?objectName=",
...@@ -1772,8 +1772,9 @@ export default { ...@@ -1772,8 +1772,9 @@ export default {
width: 100%; width: 100%;
position: absolute; position: absolute;
top: 80px; top: 80px;
box-shadow: rgb(24, 110, 138) 0px 4px 6px; // box-shadow: rgb(24, 110, 138) 0px 4px 6px;
background-image: linear-gradient(#21334f, rgb(23, 73, 109)); // background-image: linear-gradient(#21334f, rgb(23, 73, 109));
background-image: linear-gradient(to right, #111112, #2a607f, #221c2c);
.demo-form-inline { .demo-form-inline {
width: 60%; width: 60%;
margin-left: 23%; margin-left: 23%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment