Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0a1767ba
authored
2021-01-15 15:28:11 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
8b168ca3
b0a35dad
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
43 additions
and
28 deletions
src/assets/images/logo-realestate.png
src/assets/images/logo-word.png
src/assets/less/main.less
src/components/plsh/plSh.vue
src/router/routes.js
src/views/Home.vue
src/views/login/login.vue
src/views/panel/change/fg/index.vue
src/views/panel/change/fwsxbg/index.vue
src/views/panel/change/hb/index.vue
src/views/panel/index.vue
src/assets/images/logo-realestate.png
View file @
0a1767b
45.6 KB
|
W:
|
H:
73.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/logo-word.png
0 → 100644
View file @
0a1767b
44.5 KB
src/assets/less/main.less
View file @
0a1767b
...
...
@@ -110,7 +110,7 @@ ol, ul { list-style:none; }
>.is-top{
position: -webkit-fixed;
position: fixed;
top:
66
px;
top:
70
px;
z-index: 999;
width: 100%;
margin-bottom: 0;
...
...
src/components/plsh/plSh.vue
View file @
0a1767b
...
...
@@ -64,7 +64,7 @@
<br/>
样例3:11
<span>
(1层01室)
</span>
([层号])
<br/>
样例4:1-
10
1
<span>
(1单元-01层01室)
</span>
([单元号][分隔符A][层号],勾选“层号之前增加分隔符”)
样例4:1-
01
1
<span>
(1单元-01层01室)
</span>
([单元号][分隔符A][层号],勾选“层号之前增加分隔符”)
<br/>
样例5:1-13-1
<span>
(1单元13层01室)
</span>
([单元号][分隔符A][层号][分隔符B])
<br/>
...
...
src/router/routes.js
View file @
0a1767b
...
...
@@ -9,21 +9,26 @@ const errorPage = [
{
path
:
"*"
,
redirect
:
"/404"
,
hidden
:
true
},
];
const
frameOut
=
[
/*
const frameOut = [
{
path: "/",
name: "login",
component: login,
},
];
];
*/
const
constantRoutes
=
[
{
path
:
"/panel"
,
code
:
"panel"
,
path
:
"/"
,
component
:
()
=>
import
(
"@/views/Home"
),
redirect
:
"/
panel
"
,
redirect
:
"/"
,
children
:
[
{
path
:
"/"
,
name
:
"首页"
,
code
:
"0-1"
,
component
:
()
=>
import
(
"@/views/panel/index"
),
},
{
path
:
"/panel"
,
name
:
"首页"
,
code
:
"0-1"
,
...
...
@@ -105,4 +110,4 @@ const constantRoutes = [
];
// 在这里面动态引入路由文件 达成权限处理得问题
// 重新组织后导出
export
default
[...
errorPage
,
...
frameOut
,
...
constantRoutes
];
export
default
[...
errorPage
,
...
constantRoutes
];
...
...
src/views/Home.vue
View file @
0a1767b
...
...
@@ -9,7 +9,8 @@
alt=
""
@
click=
"toHome"
/>
<span
class=
"logo-text"
v-show=
"!textLogo"
>
不动产权籍调查系统
</span>
<img
class=
"logo-word"
src=
"@/assets/images/logo-word.png"
alt=
""
>
<!--
<span
class=
"logo-text"
v-show=
"!textLogo"
>
不动产权籍调查系统
</span>
-->
</div>
<div
class=
"wrap"
>
...
...
@@ -271,7 +272,7 @@ export default {
})
}
this
.
$nextTick
(()
=>
{
this
.
treeHeight
=
this
.
$el
.
clientHeight
-
13
2
;
this
.
treeHeight
=
this
.
$el
.
clientHeight
-
13
6
;
});
},
methods
:
{
...
...
@@ -470,10 +471,10 @@ export default {
.el-header
{
background-color
:
#fff
;
padding
:
0
!important
;
height
:
66
px
!important
;
height
:
70
px
!important
;
position
:
relative
;
.header-top
{
height
:
66
px
;
height
:
70
px
;
//
border-bottom
:
1px
solid
#EAEAEA
;
box-sizing
:
border-box
;
//
background-image
:
url('../assets/images/banner.png')
;
...
...
@@ -485,10 +486,10 @@ export default {
//
align-items
:
center
;
.top-items
{
cursor
:
pointer
;
height
:
66
px
;
height
:
70
px
;
padding
:
0
30px
;
font-size
:
18px
;
line-height
:
66
px
;
line-height
:
70
px
;
float
:
left
;
position
:
relative
;
color
:
#ffffff
;
...
...
@@ -546,25 +547,31 @@ export default {
z-index
:
1000
;
.logo-box
{
width
:
100%
;
height
:
66
px
;
height
:
70
px
;
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
box-sizing
:
border-box
;
padding
:
10px
20
px
;
padding
:
10px
18
px
;
transition
:
width
0.3s
;
background-color
:
#006CFF
;
.logo-img
{
width
:
44px
;
width
:
30px
;
padding-top
:
10px
;
float
:
left
;
}
.logo-text
{
padding-left
:
10px
;
color
:
#ffffff
;
line-height
:
44px
;
font-size
:
20px
;
.logo-word
{
padding-left
:
8px
;
padding-top
:
15px
;
height
:
20px
;
}
//
.logo-text
{
//
padding-left
:
10px
;
//
color
:
#ffffff
;
//
line-height
:
44px
;
//
font-size
:
20px
;
//
}
}
.wrap
{
height
:
calc
(
100%
-
66
px
);
height
:
calc
(
100%
-
70
px
);
overflow-x
:
hidden
;
.search-box{
height
:
65px
;
...
...
@@ -589,6 +596,9 @@ export default {
}
.logo-box-show
{
width
:
64px
;
.logo-word{
width
:
0
;
}
}
.el-menu
{
border-right
:
0
;
...
...
src/views/login/login.vue
View file @
0a1767b
...
...
@@ -64,7 +64,7 @@
></i>
<span
class=
"remake_txt"
@
click=
"selectRemeber"
>
记住账号密码
</span>
</div>
<div
class=
"login-btn"
@
click=
"goHome"
>
登录
</div>
<div
id=
"loginBtn"
class=
"login-btn"
@
click=
"goHome"
>
登录
</div>
</div>
<div
class=
"reserved-con"
>
<div
class=
"reserved-words"
>
版权所有:2020©某某市自然资源和规划
</div>
...
...
src/views/panel/change/fg/index.vue
View file @
0a1767b
...
...
@@ -912,7 +912,7 @@
/
deep
/
.el-tabs__header
{
position
:
-webkit-fixed
;
position
:
fixed
;
top
:
11
4
px
;
top
:
11
7
px
;
z-index
:
999
;
width
:
100%
;
margin-bottom
:
0
;
...
...
src/views/panel/change/fwsxbg/index.vue
View file @
0a1767b
...
...
@@ -80,7 +80,7 @@ export default {
/
deep
/
.el-tabs__header
{
position
:
-webkit-fixed
;
position
:
fixed
;
top
:
11
4
px
;
top
:
11
7
px
;
z-index
:
999
;
width
:
100%
;
margin-bottom
:
0
;
...
...
src/views/panel/change/hb/index.vue
View file @
0a1767b
...
...
@@ -584,7 +584,7 @@
/
deep
/
.el-tabs__header
{
position
:
-webkit-fixed
;
position
:
fixed
;
top
:
11
4
px
;
top
:
11
7
px
;
z-index
:
999
;
width
:
100%
;
margin-bottom
:
0
;
...
...
src/views/panel/index.vue
View file @
0a1767b
...
...
@@ -251,7 +251,7 @@ export default {
.main
{
display
:
flex
;
flex-direction
:
column
;
overflow
:
scroll
;
//
overflow
:
scroll
;
height
:
100%
;
.clearfix
{
span
{
...
...
Please
register
or
sign in
to post a comment