zhangxiaoxu123
2022-12-30 448125ecffd6bc2984d4f23fcfe55f7f45eac20b
发票页面样式
1个文件已修改
7 ■■■■ 已修改文件
src/components/page/invoice/invoiceForm.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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{