From 1ec00a645693dbc08b7ea70855451bbd72c43a6a Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 08 十二月 2022 16:21:35 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/views/operate/writManager/writ/index.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/views/operate/writManager/writ/index.vue b/src/views/operate/writManager/writ/index.vue
index 2334231..242589e 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) {
@@ -268,7 +262,6 @@
 
   header {
     background-color: #09152f;
-    border: 1pox solid #fff;
 
     .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