bill 1 anno fa
parent
commit
a882c9fc80
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>