From 4506c7f074f9dc7ec2937bd7d9c99a0a09d50ee6 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 11 一月 2023 10:09:34 +0800
Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0

---
 src/views/systemSetting/device/grid/components/main/index.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/views/systemSetting/device/grid/components/main/index.vue b/src/views/systemSetting/device/grid/components/main/index.vue
index 6bcbe6e..c8639ee 100644
--- a/src/views/systemSetting/device/grid/components/main/index.vue
+++ b/src/views/systemSetting/device/grid/components/main/index.vue
@@ -25,8 +25,10 @@
       </header>
       <!-- 鏁版嵁灞曠ず -->
       <el-table
+          border
+          stripe
         ref="multipleTable"
-        :header-cell-style="{ 'font-weight': '650', 'line-height': '45px' }"
+        :header-cell-style="{'background':'#F5F5F5', 'font-weight': '650', 'line-height': '45px' }"
         :data="tableData"
         style="width: 100%"
         :row-class-name="tableRowClassName"
@@ -302,7 +304,7 @@
 
       .el-button {
         padding: 12px 25px;
-        border-radius: 20px;
+        //border-radius: 20px;
       }
     }
     ::v-deep .el-form {
@@ -337,10 +339,10 @@
   line-height: 20px;
   padding: 10px 20px;
   margin-left: auto;
-  border-radius: 20px;
+  //border-radius: 20px;
   .el-button {
     padding: 12px 25px;
-    border-radius: 20px;
+    //border-radius: 20px;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0