瀏覽代碼

制作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>