From 8b822da7e688aa31e4600f9ea17a0e85f9985c06 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期二, 16 十一月 2021 10:20:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 PAMapp/assets/scss/vendors/elementUI/_button.scss |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/PAMapp/assets/scss/vendors/elementUI/_button.scss b/PAMapp/assets/scss/vendors/elementUI/_button.scss
index 1204faf..b7eab24 100644
--- a/PAMapp/assets/scss/vendors/elementUI/_button.scss
+++ b/PAMapp/assets/scss/vendors/elementUI/_button.scss
@@ -87,3 +87,25 @@
     pointer-events: none;
   }
 }
+
+@include desktop {
+  .pam-rec-btns {
+    justify-content:none;
+    .el-button:nth-child(1) {
+        width: 90px;
+        height: 43px;
+        font-size: 14px;
+        display: flex;
+        justify-content: center;
+        padding-top: 12px;
+        }
+    .el-button:nth-child(2) {
+        width: 90px;
+        height: 43px;
+        font-size: 14px;
+        display: flex;
+        justify-content: center;
+        padding-top: 12px;
+    }
+  }
+}

--
Gitblit v1.8.0