From e399add480c856989510884c3aaa0bce6544f01c Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 21 十二月 2022 15:43:49 +0800 Subject: [PATCH] 只能巡查,视频巡查ui修改 --- src/views/operate/writManager/writ/index.vue | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/views/operate/writManager/writ/index.vue b/src/views/operate/writManager/writ/index.vue index 2334231..233f844 100644 --- a/src/views/operate/writManager/writ/index.vue +++ b/src/views/operate/writManager/writ/index.vue @@ -13,11 +13,6 @@ </header> <main> <div class="main-content"> - <!-- <div class="main-title"> - <el-button class="el-icon-plus" type="primary" @click="handleAdd" - >娣诲姞</el-button - > - </div> --> <!-- 鏁版嵁灞曠ず --> <el-table ref="multipleTable" @@ -213,12 +208,11 @@ // 璁剧疆琛ㄦ牸鏂戦┈绾� tableRowClassName({ row, rowIndex }) { - if ((rowIndex + 1) % 2 == 0) { + if ((rowIndex + 1) % 2 === 0) { return "warning-row"; } else { return "success-row"; } - return ""; }, // 寮圭獥鍏抽棴 handleClose(done) { @@ -267,8 +261,7 @@ color: #4b9bb7; header { - background-color: #09152f; - border: 1pox solid #fff; + background-color: white; .header-content { padding: 0 40px; @@ -302,7 +295,6 @@ background-color: #09152f; margin-top: 20px; padding-bottom: 50px; - border: 1pox solid #fff; .main-title { line-height: 60px; -- Gitblit v1.8.0