Skip to content

Commit

Permalink
perf: 输入密码打开链接对话框样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed Oct 17, 2024
1 parent a242242 commit 97cfd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/src/views/chat/embed/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:show-close="false"
align-center
center
:modal="true"
>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/chat/pc/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:show-close="false"
align-center
center
:modal="true"
>
Expand Down Expand Up @@ -203,7 +204,6 @@ const rules = reactive({
password: [{ required: true, validator: validateName, trigger: 'blur' }]
})
const submitHandle = async (formEl: FormInstance | undefined) => {
if (!formEl) return
await formEl.validate((valid) => {
Expand Down

0 comments on commit 97cfd60

Please sign in to comment.