소스 검색

hjw-el-form 加样式

hujunwei@agilestar.cn 2 년 전
부모
커밋
8a7163b72e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/el-form.vue

+ 4 - 0
src/components/el-form.vue

@@ -148,4 +148,8 @@ export default {
 </script>
 
 <style>
+.btn{
+  display: flex;
+  justify-content: center;
+}
 </style>