样式修改
Showing
4 changed files
with
12 additions
and
9 deletions
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="4" class="btnColRight"> | 34 | <el-col :span="4" class="btnColRight"> |
| 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 35 | <btn nativeType="cx" @click="handleSubmit">查询结果</btn> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | </el-row> | 37 | </el-row> |
| 38 | </el-form> | 38 | </el-form> |
| ... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
| 42 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 42 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
| 43 | :data="tableData.data"> | 43 | :data="tableData.data"> |
| 44 | </lb-table> | 44 | </lb-table> |
| 45 | <message-tips ref="msg" :message="message" /> | 45 | <message-tips ref="msg"/> |
| 46 | </div> | 46 | </div> |
| 47 | <!-- XML报文 --> | 47 | <!-- XML报文 --> |
| 48 | <xml-message ref="dialog" :xml="xml" /> | 48 | <xml-message ref="dialog" :xml="xml" /> |
| ... | @@ -168,7 +168,7 @@ export default { | ... | @@ -168,7 +168,7 @@ export default { |
| 168 | } | 168 | } |
| 169 | } catch (error) { | 169 | } catch (error) { |
| 170 | this.message = error | 170 | this.message = error |
| 171 | this.$refs.msg.messageShow() | 171 | // this.$refs.msg.messageShow() |
| 172 | } | 172 | } |
| 173 | }, | 173 | }, |
| 174 | handlDatadetails (index, row) { | 174 | handlDatadetails (index, row) { |
| ... | @@ -189,4 +189,4 @@ export default { | ... | @@ -189,4 +189,4 @@ export default { |
| 189 | </script> | 189 | </script> |
| 190 | <style scoped lang="scss"> | 190 | <style scoped lang="scss"> |
| 191 | @import "~@/styles/public.scss"; | 191 | @import "~@/styles/public.scss"; |
| 192 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 192 | </style> | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | ||
| 14 | <script> | 14 | <script> |
| 15 | import maps from "@/components/echart/map"; | 15 | import maps from "@/components/echart/map"; |
| 16 | import brokenline from "@/components/echart/brokenline"; | 16 | import brokenline from "@/components/echart/Brokenline"; |
| 17 | export default { | 17 | export default { |
| 18 | data () { | 18 | data () { |
| 19 | return {}; | 19 | return {}; | ... | ... |
| ... | @@ -2,7 +2,8 @@ | ... | @@ -2,7 +2,8 @@ |
| 2 | <!-- 监控日志 --> | 2 | <!-- 监控日志 --> |
| 3 | <div class="jktjDetail form-clues"> | 3 | <div class="jktjDetail form-clues"> |
| 4 | <!-- 头部搜索 --> | 4 | <!-- 头部搜索 --> |
| 5 | <el-form ref="form" :model="form" :inline="true" class="from-clues-header" label-width="100px"> | 5 | <div class="from-clues-header"> |
| 6 | <el-form ref="form" :model="form" label-width="80px"> | ||
| 6 | <el-row> | 7 | <el-row> |
| 7 | <el-col :span="8"> | 8 | <el-col :span="8"> |
| 8 | <el-date-picker v-model="valueTime" type="datetimerange" range-separator="至" | 9 | <el-date-picker v-model="valueTime" type="datetimerange" range-separator="至" |
| ... | @@ -29,10 +30,12 @@ | ... | @@ -29,10 +30,12 @@ |
| 29 | </el-col> | 30 | </el-col> |
| 30 | </el-row> | 31 | </el-row> |
| 31 | </el-form> | 32 | </el-form> |
| 33 | |||
| 32 | <!-- 表格 --> | 34 | <!-- 表格 --> |
| 33 | <div class="form-clues-content echarts-box"> | 35 | <div class="form-clues-content echarts-box"> |
| 34 | <div id="myChart" class="chart"></div> | 36 | <div id="myChart" class="chart"></div> |
| 35 | </div> | 37 | </div> |
| 38 | </div> | ||
| 36 | </div> | 39 | </div> |
| 37 | </template> | 40 | </template> |
| 38 | 41 | ||
| ... | @@ -156,7 +159,7 @@ export default { | ... | @@ -156,7 +159,7 @@ export default { |
| 156 | </script> | 159 | </script> |
| 157 | <style scoped lang="scss"> | 160 | <style scoped lang="scss"> |
| 158 | .jktjDetail { | 161 | .jktjDetail { |
| 159 | background-color: #fff; | 162 | // background-color: #fff; |
| 160 | height: 100%; | 163 | height: 100%; |
| 161 | display: flex; | 164 | display: flex; |
| 162 | flex-direction: column; | 165 | flex-direction: column; | ... | ... |
| ... | @@ -9,8 +9,8 @@ | ... | @@ -9,8 +9,8 @@ |
| 9 | </el-form-item> | 9 | </el-form-item> |
| 10 | </el-col> | 10 | </el-col> |
| 11 | <el-col :span="18" class="btnColRight"> | 11 | <el-col :span="18" class="btnColRight"> |
| 12 | <el-button type="primary" @click="handleSubmit">搜索</el-button> | 12 | <btn nativeType="cx" @click="handleSubmit">搜索</btn> |
| 13 | <el-button type="primary" @click="handleAdd">新增</el-button> | 13 | <btn nativeType="sb" @click="handleAdd">新增</btn> |
| 14 | </el-col> | 14 | </el-col> |
| 15 | </el-row> | 15 | </el-row> |
| 16 | </el-form> | 16 | </el-form> | ... | ... |
-
Please register or sign in to post a comment