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
70b2a021
authored
2020-12-28 11:45:51 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
b71cedad
ba1d9447
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
10 deletions
src/assets/iconfont/iconfont.css
src/assets/less/main.less
src/components/formMenu/qlr.vue
src/views/zrz/lpb/bjlp/index.vue
src/assets/iconfont/iconfont.css
View file @
70b2a02
...
...
@@ -9,7 +9,7 @@
.iconfont
{
font-family
:
"iconfont"
!important
;
font-size
:
1
6
px
;
font-size
:
1
8
px
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
...
...
src/assets/less/main.less
View file @
70b2a02
...
...
@@ -11,7 +11,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 18px 1
8
px 0!important;
padding: 18px 1
0
px 0!important;
}
.pagination {
padding: 18px;
...
...
src/components/formMenu/qlr.vue
View file @
70b2a02
...
...
@@ -13,24 +13,24 @@
</el-col>
<el-col
:span=
"10"
class=
"fr"
>
<div
v-show=
"qszt=='0'"
class=
"fr"
style=
"margin-right:20px"
>
<el-button
size=
"mini"
@
click=
"addRow"
>
<el-button
class=
"qlrBtn"
size=
"mini"
@
click=
"addRow"
>
<i
class=
"iconfont iconxinzeng"
></i>
新增
</el-button>
<el-button
size=
"mini"
@
click=
"changeRow"
>
<el-button
class=
"qlrBtn"
size=
"mini"
@
click=
"changeRow"
>
<i
class=
"iconfont iconbianji"
></i>
编辑
</el-button>
<el-button
size=
"mini"
@
click=
"delRow"
>
<el-button
class=
"qlrBtn"
size=
"mini"
@
click=
"delRow"
>
<i
class=
"iconfont iconshanchu"
></i>
删除
</el-button>
</div>
<div
v-show=
"qszt!='0'"
class=
"fr"
style=
"margin-right:20px"
>
<el-button
size=
"mini"
disabled
>
<el-button
class=
"qlrBtn"
size=
"mini"
disabled
>
<i
class=
"iconfont iconxinzeng"
></i>
新增
</el-button>
<el-button
size=
"mini"
disabled
>
<el-button
class=
"qlrBtn"
size=
"mini"
disabled
>
<i
class=
"iconfont iconbianji"
></i>
编辑
</el-button>
<el-button
size=
"mini"
disabled
>
<el-button
class=
"qlrBtn"
size=
"mini"
disabled
>
<i
class=
"iconfont iconshanchu"
></i>
删除
</el-button>
</div>
...
...
@@ -648,6 +648,12 @@
font-size
:
14px
;
width
:
100%
;
table-layout
:
fixed
;
.qlrBtn{
border
:
0
;
}
.qlrBtn
:hover
{
background-color
:
none
!important
;
}
.iconfont
{
font-size
:
14px
!important
;
}
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
70b2a02
...
...
@@ -796,8 +796,9 @@ export default {
}
}
.radioBtn
{
margin-left
:
16px
;
padding
:
12px
14px
;
margin-left
:
10px
;
padding
:
12px
10px
;
border
:
0
;
i{
font-size
:
13px
;
padding-right
:
4px
;
...
...
Please
register
or
sign in
to post a comment