소스 검색

上传发票样式修改

zhanglb 4 년 전
부모
커밋
6edfc654e3
2개의 변경된 파일1257개의 추가작업 그리고 1328개의 파일을 삭제
  1. 7 0
      front-vue/src/App.vue
  2. 1250 1328
      front-vue/src/views/service/bill/addBill.vue

+ 7 - 0
front-vue/src/App.vue

@@ -113,4 +113,11 @@ export default {
         padding-top: 25px;
     }
 }
+.zap-title__prefix{
+    display: inline-block;
+    margin-right: 10px;
+    width: 5px;
+    height: 20px;
+    background-color: #4280f2;
+}
 </style>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1250 - 1328
front-vue/src/views/service/bill/addBill.vue