From 111689135f165ecb2ea5ce0881784dfc89b58d87 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 05 Nov 2021 17:33:45 +0800
Subject: [PATCH] +增加查看信息 以及修改掐他字段

---
 src/styles/element-ui.scss |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 97ef0b7..95c861f 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -105,3 +105,11 @@
 .el-upload__tip {
   width: 423px !important;
 }
+
+.cardButs .el-button.el-button--primary.el-button--small {
+  // position: absolute;
+  // top: 0;
+  // left: 0;
+  display: none;
+  width: 100px !important;
+}

--
Gitblit v1.9.3