zhangxiaoxu123
2022-12-30 448125ecffd6bc2984d4f23fcfe55f7f45eac20b
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{