From e021467d2a07b37b4b3a8eb5252198a5a371426a Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 14 十二月 2022 17:21:43 +0800 Subject: [PATCH] 趋势分析页面修改 --- src/views/intelligentPatrol/illegalSearch/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/intelligentPatrol/illegalSearch/index.vue b/src/views/intelligentPatrol/illegalSearch/index.vue index 9e7e68c..9274a8b 100644 --- a/src/views/intelligentPatrol/illegalSearch/index.vue +++ b/src/views/intelligentPatrol/illegalSearch/index.vue @@ -33,8 +33,8 @@ </div> <!-- 鏁版嵁灞曠ず --> <el-table ref="multipleTable" - :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }" - :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> + :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }" + :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> <el-table-column type="selection" min-width="5"> </el-table-column> <el-table-column prop="code" label="浜嬩欢缂栧彿" min-width="10"> @@ -346,4 +346,4 @@ border: none; background-color: #09152f; }}}}}} -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0