From 5c5eccdb11df86dbd0200ffa316cddb7a671d839 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期六, 23 十二月 2023 23:11:26 +0800
Subject: [PATCH] 框架引入

---
 src/App.vue |   38 ++++++++++++++++++++++++--------------
 1 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index d1dc40c..2b8184b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -26,7 +26,7 @@
 </script>
 <style>
 /* @import url("../static/img/alifont/iconfont.css"); */
-@import url("//at.alicdn.com/t/c/font_4179845_pixkgb97c4p.css");
+@import url("//at.alicdn.com/t/c/font_4379269_qfsjed5hzge.css");
 
 * {
   margin: 0;
@@ -128,26 +128,30 @@
 /* 鍏ㄥ眬琛ㄦ牸鏍峰紡 */
 .el-table th.el-table__cell,
 .has-gutter .el-table__cell {
-  background-color: #f0f1f5 !important;
+  background-color: #F0F1F5 !important;
   color: #333;
 }
 .has-gutter .el-table__cell .cell {
-  font-size: 16px;
+  font-size: 14px !important;
   font-weight: 500;
 }
 .cell {
-  color: rgb(51, 51, 51);
-  padding-left: 17px !important;
-  font-size: 14px;
+  color: #333;
+  padding: 0 17px !important;
+  font-size: 12px;
 }
 .cell span {
-  font-size: 14px;
+  font-size: 12px;
   font-weight: 400;
 }
+.el-table .el-table__cell{
+	padding: 0px 0;
+}
 .el-table th.el-table__cell > .cell {
-  font-size: 16px;
+  font-size: 14px;
   font-weight: 400;
-  color: rgb(51, 51, 51);
+  color: #333;
+	padding: 6px 17px !important;
 }
 /* 鍏ㄥ眬鍒嗛〉鍣ㄦ牱寮� */
 .el-pager .number {
@@ -159,9 +163,12 @@
   font-weight: 500;
 }
 .el-pager .number.active {
-  background-color: #004ea2;
+  background-color: #3A7BFA;
   color: #fff;
   border: 0;
+}
+.el-pager li.active+li{
+	border-left: 10px !important;
 }
 /* 鍏ㄥ眬妯℃�佹鏍峰紡 */
 .el-dialog__header,.el-message-box__header {
@@ -177,7 +184,7 @@
   display: inline-block;
   width: 4px;
   height: 30.24px;
-  background: rgb(0, 95, 201);
+  background: #3A7BFA;
   border-radius: 10px;
   margin-left: 32px;
   margin-right: 8.5px;
@@ -188,7 +195,7 @@
   display: inline-block;
   width: 4px;
   height: 30.24px;
-  background: rgb(0, 95, 201);
+  background: #3A7BFA;
   border-radius: 10px;
   margin-left: 20px;
   margin-right: 8.5px;
@@ -208,8 +215,8 @@
 
 .el-dialog__footer .el-button {
   height: 36px;
-  border: 1px solid rgba(190, 190, 190, 0.44);
-  box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41);
+  /* border: 1px solid rgba(190, 190, 190, 0.44); */
+  /* box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41); */
   padding: 0 14px;
 }
 
@@ -236,6 +243,9 @@
   color: #666 !important;
   background-color: rgba(0, 0, 0, 0.05) !important;
 }
+.el-divider{
+	margin: 5px 0;
+}
 /* 鍏ㄥ眬杈撳叆妗嗘牱寮� */
 /* 鍏ㄥ眬鎸夐挳鏍峰紡 */
 </style>

--
Gitblit v1.9.3