From 2479b946b95e57bdd959c9d43b97921fc84be37b Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期二, 01 八月 2023 09:11:41 +0800
Subject: [PATCH] 标准库jack的第一次提交

---
 src/App.vue |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 4244c2c..7dba306 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -115,4 +115,53 @@
   .el-popper .popper__arrow{
     display: none ;
   }
+  /**淇敼鍏ㄥ眬鐨勬粴鍔ㄦ潯*/
+/**婊氬姩鏉$殑瀹藉害*/
+::-webkit-scrollbar {
+	width: 8px;
+
+}
+::-webkit-scrollbar-thumb {
+	background-color: #bdbfc4;
+	border-radius: 3px;
+}
+/* 鍏ㄥ眬琛ㄦ牸鏍峰紡 */
+  .el-table th.el-table__cell ,
+  .has-gutter .el-table__cell {
+    background-color: #F0F1F5 !important;
+    color: #333;
+  }
+  .has-gutter .el-table__cell .cell {
+    font-size: 16px;
+    font-weight: 500;
+  }
+   .cell {
+    color:rgb(51, 51, 51);
+    padding-left: 17px !important;
+    font-size: 14px;
+  }
+  .cell span{
+    font-size: 14px;
+    font-weight: 400;
+  }
+  .el-table th.el-table__cell>.cell{
+    font-size: 16px;
+    font-weight: 400;
+    color:rgb(51, 51, 51);
+  }
+/* 鍏ㄥ眬鍒嗛〉鍣ㄦ牱寮� */
+  .el-pager .number {
+    font-size: 14px;
+    border: 1px solid rgba(0, 0, 0, 0.2);
+    border-radius: 4px;
+    margin: 0 2px;
+    color: #999;
+    font-weight: 500;
+  }
+  
+  .el-pager .number.active {
+    background-color: #004EA2;
+    color: #fff;
+    border: 0;
+  }
 </style>

--
Gitblit v1.9.3