소스 검색

制作1.5.0需求

bill 1 년 전
부모
커밋
a882c9fc80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/pwd.vue

+ 1 - 1
src/layout/pwd.vue

@@ -1,5 +1,5 @@
 <template>
-  <Modal width="400px" title="访问密码" :visible="visible" centered class="model-table" :closable="false">
+  <Modal width="400px" title="访问密码" :visible="visible" centered  class="model-table" :closable="false">
     <template #footer>
       <Button key="submit" type="primary" @click="okHandler">确定</Button>
     </template>