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
5a5f9aa1
authored
2021-01-12 15:28:33 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
属性导入弹框样式修改
1 parent
d551061d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
19 deletions
src/components/sxdr/sxdr.vue
src/components/sxdr/sxdr.vue
View file @
5a5f9aa
...
...
@@ -5,25 +5,27 @@
:visible
.
sync=
"isVisible"
width=
"30%"
:before-close=
"close"
>
<div
class=
"main-button"
>
<el-upload
class=
"upload-demo"
action=
"/api/tx/excelGeo/import"
:data=
"sxdrData"
:on-success=
"uploadSuccess"
:show-file-list=
"false"
multiple
>
<el-button
type=
"primary"
icon=
"iconfont iconshangchuan"
>
上传
</el-button>
</el-upload>
<el-button
type=
"primary"
@
click=
"downloadTemplate"
>
下载模板
</el-button>
</div>
<div
class=
"wrap"
>
<div
class=
"main-button"
>
<el-upload
class=
"upload-demo"
action=
"/api/tx/excelGeo/import"
:data=
"sxdrData"
:on-success=
"uploadSuccess"
:show-file-list=
"false"
multiple
>
<el-button
type=
"primary"
icon=
"iconfont iconshangchuan"
>
上传
</el-button>
</el-upload>
</div>
<el-button
type=
"primary"
class=
"download"
@
click=
"downloadTemplate"
>
下载模板
</el-button>
</div>
<ul>
<li
v-for=
"(item,index) in errorData"
:key=
"index"
>
{{
item
}}
</li>
</ul>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<
el-button
type=
"primary"
@
click=
"confirm"
>
确 定
</el-button
>
<
!--
<el-button
type=
"primary"
@
click=
"confirm"
>
确 定
</el-button>
--
>
</span>
</el-dialog>
</div>
...
...
@@ -114,12 +116,26 @@
</
script
>
<
style
scoped
lang=
"less"
>
.main-button
{
display
:
-webkit-flex
;
display
:
flex
;
flex-direction
:
column-reverse
;
flex-wrap
:
nowrap
;
.wrap
{
width
:
100%
;
height
:
30px
;
position
:
relative
;
.main-button
{
display
:
-webkit-flex
;
display
:
flex
;
flex-direction
:
column-reverse
;
flex-wrap
:
nowrap
;
position
:
absolute
;
left
:
165px
;
top
:
18px
;
}
.download
{
position
:
absolute
;
left
:
300px
;
top
:
18px
;
}
}
ul
{
margin-top
:
20px
;
...
...
Please
register
or
sign in
to post a comment