From 9f13c9e3dcae6280428efc1035e59a21e43f3b0f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Apr 2021 16:12:11 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 src/views/system/cs.vue |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 55 insertions(+), 2 deletions(-)

diff --git a/src/views/system/cs.vue b/src/views/system/cs.vue
index 5c0b87e..aef990b 100644
--- a/src/views/system/cs.vue
+++ b/src/views/system/cs.vue
@@ -9,6 +9,7 @@
                :permission="permissionList"
                :before-open="beforeOpen"
                @row-del="rowDel"
+               row-class-name="tabFontSize"
                @row-update="rowUpdate"
                @row-save="rowSave"
                @search-change="searchChange"
@@ -20,7 +21,7 @@
                @on-load="onLoad">
       <template slot="menuLeft">
         <el-button type="danger"
-                   size="small"
+                   size="mini"
                    icon="el-icon-delete"
                    v-if="permission.tenant_delete"
                    plain
@@ -92,10 +93,12 @@
       option: {
         height: 'auto',
         calcHeight: 80,
+        size: "mini",
         tip: false,
         searchShow: true,
         searchMenuSpan: 6,
-        border: true,
+        border: false,
+        stripe:true,
         index: true,
         selection: true,
         viewBtn: true,
@@ -847,4 +850,54 @@
 </script>
 
 <style>
+
+  /*页面样式*/
+  .el-card__body .cityClass1 {
+    width: 155px;
+    padding-right: 0px !important;
+  }
+
+  .el-card__body .cityClass2 {
+    width: 100px;
+    padding-left: 0px !important;
+    padding-right: 0px !important;
+  }
+
+  .el-card__body .cityClass3 {
+    width: 100px;
+    padding-left: 0px !important;
+    padding-right: 0px !important;
+  }
+
+  /*新增窗体样式*/
+  .el-dialog .cityClass1 {
+    width: 220px;
+    padding-right: 0px !important;
+  }
+
+  .el-dialog .cityClass2 {
+    width: 110px;
+    padding-left: 5px !important;
+    padding-right: 5px !important;
+  }
+
+  .el-dialog .cityClass3 {
+    width: 110px;
+    padding-left: 0px !important;
+    padding-right: 0px !important;
+  }
+
+  .cityClass2 div label {
+    display: none;
+  }
+
+  .cityClass3 div label {
+    display: none;
+  }
+
+  .tabFontSize{
+    font-size: 15px;
+  }
+
+
 </style>

--
Gitblit v1.9.3