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
249e134b
authored
2020-12-30 16:32:56 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
043817fb
523e3637
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
42 deletions
src/assets/less/main.less
src/views/manage/dictionary/index.vue
src/views/manage/log/index.vue
src/views/panel/change/cxlz/index.vue
src/assets/less/main.less
View file @
249e134
...
...
@@ -151,6 +151,9 @@ ol, ul { list-style:none; }
border-bottom: 1px solid #F1F1F1;
background: #6f94f5;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
color: #fff;
}
.el-dialog__title{
line-height: 24px;
font-size: 18px;
...
...
@@ -224,34 +227,6 @@ ol, ul { list-style:none; }
right: 6px;
top: 4px;
}
// 增删操作按钮样式
.addMinus{
border-radius:50%;
width: 30px !important;
height: 30px !important;
font-size: 22px!important;
padding: 4px 6px;
}
.outAdd,.outAdd:hover:focus{
background-color: #2FA5FF!important;
border: 1px solid #2FA5FF!important;
color: #fff!important;
}
.inAdd,.inAdd:hover:focus{
border: 1px solid #2FA5FF!important;
background-color: #fff!important;
color: #2FA5FF!important;
}
.outMinus,.outMinus:hover:focus{
background-color: #FA6400!important;
border: 1px solid #FA6400!important;
color: #fff!important;
}
.inMinus,.inMinus:hover:focus{
border: 1px solid #FA6400!important;
background-color: #fff!important;
color: #FA6400!important;
}
.import{
background-color: #00CACD!important;
border-color: #00CACD!important;
...
...
src/views/manage/dictionary/index.vue
View file @
249e134
...
...
@@ -325,18 +325,17 @@
/*border: 1px solid red;*/
}
.log-search
{
margin-top
:
10px
;
padding-left
:
15px
;
padding-top
:
20px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
height
:
6
0px
;
border
:
1px
solid
#
E6E6E6
;
height
:
8
0px
;
background-color
:
white
;
box-sizing
:
border-box
;
padding
:
20px
15px
;
}
.log-detail
{
margin-top
:
10px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
border
:
1px
solid
#
E6E6E6
;
height
:
900px
;
overflow
:
scroll
;
background-color
:
white
;
...
...
@@ -347,7 +346,7 @@
float
:
left
;
height
:
900px
;
overflow
:
scroll
;
border-right
:
1px
solid
#
a8adad
;
border-right
:
1px
solid
#
E6E6E6
;
}
.log-table
{
...
...
src/views/manage/log/index.vue
View file @
249e134
...
...
@@ -181,18 +181,17 @@
/*border: 1px solid red;*/
}
.log-search
{
margin-top
:
10px
;
padding-left
:
15px
;
padding-top
:
20px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
height
:
6
0px
;
border
:
1px
solid
#
E6E6E6
;
height
:
8
0px
;
background-color
:
white
;
box-sizing
:
border-box
;
padding
:
20px
15px
;
}
.log-table
{
margin-top
:
10px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
border
:
1px
solid
#
E6E6E6
;
}
.el-button
{
width
:
100px
;
...
...
src/views/panel/change/cxlz/index.vue
View file @
249e134
...
...
@@ -506,7 +506,6 @@ export default {
},
//切换房屋状态
handleChoosedH
(
bsms
,
color
)
{
debugger
//每次切换房屋状态,将之前高亮的户边框颜色重置为默认
this
.
$refs
.
lpbContent
.
choosedList
=
[];
this
.
$refs
.
lpbContent
.
$refs
.
hBsm
.
forEach
((
item
)
=>
{
...
...
Please
register
or
sign in
to post a comment