소스 검색

修改批量管理对齐方式

zhangxc 5 년 전
부모
커밋
4898875cb9
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/recordInput/ManageItemBatch.vue

+ 3 - 0
src/components/recordInput/ManageItemBatch.vue

@@ -419,6 +419,9 @@
         .oper{
             text-align: right;
         }
+        /deep/.el-table td{
+          text-align: left;
+        }
         /deep/.el-input{
               .el-input__inner{
                     border: 1px solid #333;