Browse Source

:show-close="false"

Tao Chen 1 year ago
parent
commit
0277334e4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/changePwdDialog.vue

+ 1 - 1
src/components/changePwdDialog.vue

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <el-dialog v-model="visible" width="45%">
2
+  <el-dialog v-model="visible" width="45%" :show-close="false">
3 3
     <el-form ref="cpwd" :model="changePwdForm" :rules="chagePwdRules" label-width="130px" label-position="left" style="margin-top: 20px">
4 4
       <el-form-item :label="T('Old PassWD')" prop="old_password">
5 5
         <el-input v-model="changePwdForm.old_password" :placeholder="T('For OIDC login without a password, enter any 4-20 letters')" show-password></el-input>