src/components/page/invoice/invoiceForm.vue
@@ -5,6 +5,7 @@ <div class="invoiceForm-main-inside"> <div class="invoice-date-box"> <el-date-picker :editable="false" format="yyyy-MM" value-format="yyyy-MM" v-model="date" @@ -309,7 +310,6 @@ } .money-small{ font-size: 3.2vw /* 24/7.5 */; font-weight: lighter; } } </style>