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
238b660b
authored
2021-01-20 14:51:05 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
90512ab7
3e198654
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
19 deletions
src/assets/less/element.less
src/assets/less/main.less
src/components/lineTree/lineItem.vue
src/components/lineTree/lineTree.vue
src/components/sxdr/sxdr.vue
src/assets/less/element.less
View file @
238b660
// element 样式补丁
.el-card {
&.is-always-shadow {
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
}
&.is-hover-shadow {
&:hover {
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
}
box-shadow: 0 2px 15px 1px rgba(49,132,245,0.10);
}
// &.is-hover-shadow {
// &:hover {
// box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
// }
// }
}
.el-menu--horizontal {
...
...
@@ -59,10 +59,10 @@
//table样式
.el-table .even-row {
background: #
f7f9fb
;
background: #
FAFCFF
;
}
.el-table th {
background-color: #
f3f5fa
;
background-color: #
FAFCFF
;
}
//操作提示样式
.el-message{
...
...
src/assets/less/main.less
View file @
238b660
...
...
@@ -38,14 +38,14 @@ table{
border-width: 0;
}
table,tr,.el-col,.title{
border-color: #E
6E6E6
!important;
border-color: #E
4EBF4
!important;
}
//表格加边框
.el-table{
border: 1px solid #E6E6E6;
}
.el-table th{
background-color: #F
BFBFB
;
background-color: #F
AFCFF
;
}
.formInput {
height: 100%;
...
...
src/components/lineTree/lineItem.vue
View file @
238b660
...
...
@@ -65,8 +65,8 @@
v-if=
"item.children"
class=
"reTree_icon"
:style=
"{
height: 1
2
+ 'px',
width: 1
2
+ 'px',
height: 1
0
+ 'px',
width: 1
0
+ 'px',
}"
:class=
"{
reTree_default_icon: item.children.length === 0,
...
...
@@ -84,8 +84,8 @@
reTree_expand_icon: item.dm == 'G' || item.dm == 'J' || item.dm == 'Z',
}"
:style=
"{
height: 1
2
+ 'px',
width: 1
2
+ 'px',
height: 1
0
+ 'px',
width: 1
0
+ 'px',
}"
></div>
</div>
...
...
@@ -314,7 +314,7 @@ export default {
.reTree_icon
{
width
:
17px
;
height
:
17px
;
margin-right
:
1
0
px
;
margin-right
:
1
6
px
;
}
.no_icon
{
width
:
17px
;
...
...
@@ -352,7 +352,7 @@ export default {
width
:
279px
;
height
:
40px
;
box-sizing
:
border-box
;
padding-left
:
2
4
px
;
padding-left
:
2
0
px
;
}
.second_layer
{
position
:
relative
;
...
...
src/components/lineTree/lineTree.vue
View file @
238b660
...
...
@@ -20,8 +20,8 @@
<div
class=
"layer_text nowrap"
@
contextmenu
.
prevent=
"openMenu($event, item)"
><i
class=
"iconfont iconguoyou"
></i>
{{
item
.
mc
}}
</div><div
class=
"reTree_icon"
:style=
"
{
height: 1
2
+ 'px',
width: 1
2
+ 'px',
height: 1
0
+ 'px',
width: 1
0
+ 'px',
}"
:class="{
reTree_default_icon: item.children.length === 0,
...
...
src/components/sxdr/sxdr.vue
View file @
238b660
<
template
>
<div>
<el-dialog
v-dialogDrag
:close-on-click-modal=
"false"
<el-dialog
v-dialogDrag
:
modal=
"false"
:
close-on-click-modal=
"false"
title=
"属性导入"
:visible
.
sync=
"isVisible"
width=
"30%"
...
...
Please
register
or
sign in
to post a comment