소스 검색

企业资质分页位置修复

dbcgit 6 년 전
부모
커밋
9f197f3f3c
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/operation.vue

+ 5 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/operation.vue

@@ -465,7 +465,7 @@
                   </div>
                 </template>
               </el-table-column>
-              <el-table-column prop="EffectDate" label="变更后有效日期" show-overflow-tooltip>
+              <el-table-column prop="EffectDate" label="变更后有效日期" show-overflow-tooltip >
                 <template slot-scope="scope">
                   {{ jstimehandle(scope.row.EffectDate+'') }}
                 </template>
@@ -2188,7 +2188,10 @@
       background-color: wheat;
     }
   }
-
+.el-pagination {
+  margin: 1rem 0 2rem;
+  text-align: right;
+}
   .attach-uploader .el-upload {
     border: 1px dashed #63B8FF;
     cursor: pointer;