From 448125ecffd6bc2984d4f23fcfe55f7f45eac20b Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期五, 30 十二月 2022 17:26:38 +0800
Subject: [PATCH] 发票页面样式

---
 src/components/page/invoice/invoiceForm.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/components/page/invoice/invoiceForm.vue b/src/components/page/invoice/invoiceForm.vue
index c93b5a0..8173d8d 100644
--- a/src/components/page/invoice/invoiceForm.vue
+++ b/src/components/page/invoice/invoiceForm.vue
@@ -164,11 +164,14 @@
     }
     .invoice-date-box{
         .el-input__prefix{
-           right: 3vw  /* 10/7.5 */!important;
+           right: 0vw  /* 10/7.5 */!important;
             top: 0.93vw  /* 7/7.5 */;
         }
         .el-input__inner{
             border: none!important;
+            color: #303030;
+            font-size: 3.2vw  /* 24/7.5 */;
+            font-weight: 500;
         }
         .el-icon-date:before{
             content: url("../../../assets/images/down.png");
@@ -177,7 +180,7 @@
         }
         input::-webkit-input-placeholder{ /*WebKit browsers*/
             color: #303030;
-            font-size: 3.73vw  /* 28/7.5 */;
+            font-size: 3.2vw  /* 24/7.5 */;
             font-weight: 500;
         }
         .el-input--prefix .el-input__inner{

--
Gitblit v1.9.1