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
ac889566
authored
2020-12-07 19:48:50 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
左侧树结构收缩展开样式调整,楼盘表操作按钮排布调整
1 parent
687dac76
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
src/views/Home.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/Home.vue
View file @
ac88956
...
...
@@ -557,10 +557,8 @@ export default {
-webkit-box-shadow
:
inset
-14px
0px
16px
red
;
box-shadow
:
inset
-23px
0px
16px
#1d50dd
;
transition
:
0.3s
;
display
:
none
;
}
.w0
{
display
:
block
;
width
:
64px
;
}
}
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
ac88956
...
...
@@ -2,7 +2,7 @@
<div
class=
"edit"
>
<div
class=
"tab-header"
>
<el-row
class=
"searchContent"
>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
6
"
>
<el-radio-group
v-model=
"scyclx"
@
change=
"scyclxChange"
>
<el-radio-button
label=
"1"
>
实测
</el-radio-button>
<el-radio-button
label=
"0"
>
预测
</el-radio-button>
...
...
@@ -23,7 +23,7 @@
></i
></el-input>
</el-col>
<el-col
:span=
"1
6
"
>
<el-col
:span=
"1
8
"
>
<div
class=
"fr"
>
<el-button
class=
"radioBtn"
label=
"1"
border
@
click=
"create"
><i
class=
"iconfont iconchuangjianloupan"
></i>
创建楼盘
</el-button
...
...
Please
register
or
sign in
to post a comment