From 07fae6b200ff7001c9eeef231b928fe0a6d6206c Mon Sep 17 00:00:00 2001
From: unknown <李伟龙>
Date: 星期二, 05 一月 2021 13:41:43 +0800
Subject: [PATCH] 配置 添加打包环境

---
 src/styles/common.scss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index 67fc9f5..373f78e 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -15,9 +15,11 @@
 // 琛ㄥ崟杈撳叆妗�
 .com-edit-input{
 	max-width: 400px;
+	width: 100%;
 }
 .el-select.com-edit-input{
-	width: 400px;
+	max-width: 400px;
+	width: 100%;
 }
 
 // 鍒楄〃鍥剧墖

--
Gitblit v1.8.0