Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | <el-button type="info" @click="getError">错误日志</el-button> | 24 | <el-button type="info" @click="getError">错误日志</el-button> |
25 | </div> | 25 | </div> |
26 | 26 | ||
27 | <el-dialog title="错误日志" width="69%" :visible.sync="outerVisible"> | 27 | <el-dialog v-dialogDrag title="错误日志" width="69%" :visible.sync="outerVisible"> |
28 | <div style="min-height: 600px;width: 100%" v-show="errorLog.length>0"> | 28 | <div style="min-height: 600px;width: 100%" v-show="errorLog.length>0"> |
29 | <div style="min-height: 600px;width: 27%;border-right: 1px solid #b2b7b7;float: left;overflow:auto"> | 29 | <div style="min-height: 600px;width: 27%;border-right: 1px solid #b2b7b7;float: left;overflow:auto"> |
30 | <ul> | 30 | <ul> | ... | ... |
-
Please register or sign in to post a comment