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
c1f0dd82
authored
2020-12-24 09:50:12 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
v-dialogDrag
1 parent
2e4d82bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/manage/log/index.vue
src/views/manage/log/index.vue
View file @
c1f0dd8
...
...
@@ -24,7 +24,7 @@
<el-button
type=
"info"
@
click=
"getError"
>
错误日志
</el-button>
</div>
<el-dialog
title=
"错误日志"
width=
"69%"
:visible
.
sync=
"outerVisible"
>
<el-dialog
v-dialogDrag
title=
"错误日志"
width=
"69%"
:visible
.
sync=
"outerVisible"
>
<div
style=
"min-height: 600px;width: 100%"
v-show=
"errorLog.length>0"
>
<div
style=
"min-height: 600px;width: 27%;border-right: 1px solid #b2b7b7;float: left;overflow:auto"
>
<ul>
...
...
Please
register
or
sign in
to post a comment