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

---
 src/components/page/invoice/invoiceForm.vue |   27 +++++++++++++++++----------
 1 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/src/components/page/invoice/invoiceForm.vue b/src/components/page/invoice/invoiceForm.vue
index 49e0165..36b428d 100644
--- a/src/components/page/invoice/invoiceForm.vue
+++ b/src/components/page/invoice/invoiceForm.vue
@@ -5,9 +5,10 @@
             <div class="invoiceForm-main-inside">
                 <div class="invoice-date-box">
                     <el-date-picker
-                            class="invoice-date-box"
+                            format="yyyy-MM"
+                            value-format="yyyy-MM"
                             v-model="date"
-                            type="date"
+                            type="month"
                             placeholder="閫夋嫨鏃ユ湡">
                     </el-date-picker>
                 </div>
@@ -31,7 +32,6 @@
                                     <svg class="iconSvg" style="font-size: 12px" aria-hidden="true">
                                         <use xlink:href="#icon-shijian3"></use>
                                     </svg>
-                                    {{item.isShow}}
                                     {{item.enterTime}}
                                 </div>
                                 <div class="invoiceForm-content">
@@ -164,34 +164,40 @@
     }
     .invoice-date-box{
         .el-input__prefix{
-           right: 0vw  /* 10/7.5 */!important;
-            top: 0.93vw  /* 7/7.5 */;
+            left: 21vw  /* 10/7.5 */!important;
+            top: 2.4vw;
         }
         .el-input__inner{
             border: none!important;
             color: #303030;
-            font-size: 3.2vw  /* 24/7.5 */;
+            font-size: 3.73vw  /* 28/7.5 */;
             font-weight: 500;
         }
         .el-icon-date:before{
-            content: url("../../../assets/images/down1.png");
+            background: url("../../../assets/images/down1.png") no-repeat center;
+            background-size: 100% 100%;
             width: 2.67vw  /* 20/7.5 */;
-            height: 0.267rem  /* 20/75 */;
+            height: 2.67vw  /* 20/7.5 */;
+            content: '';
+            display: block;
         }
         input::-webkit-input-placeholder{ /*WebKit browsers*/
             color: #303030;
-            font-size: 3.2vw  /* 24/7.5 */;
+            font-size: 3.73vw  /* 28/7.5 */;
             font-weight: 500;
         }
         .el-input--prefix .el-input__inner{
             padding-left: 2.67vw  /* 20/7.5 */;
+        }
+        .el-icon-circle-close:before{
+            content: '';
         }
     }
 
 </style>
 <style lang="scss" scoped>
     *{
-        font-family: '骞虫柟';
+        font-family: '鑻规柟';
         color: #626262;
     }
     ::v-deep{
@@ -250,6 +256,7 @@
                 background-color: #fff;
                 padding:1.33vw  /* 10/7.5 */ 2.67vw  /* 20/7.5 */;
                 display: flex;
+                border-bottom: 1px solid #f5f5f5;
             }
         }
 

--
Gitblit v1.9.1