Commit 53cbee5b authored by nick zheng's avatar nick zheng

chore(数据库): 数据库弹窗展示优化

parent 8ee7c760
......@@ -191,10 +191,11 @@ function handleCreateDatabase() {
:width="534"
:confirm-btn-text="t('common_module.create')"
:btn-loading="btnLoading"
:content-style="{ padding: '0 12px 24px' }"
@confirm="handleCreateDatabase"
>
<template #content>
<n-scrollbar ref="scrollbarRef" style="max-height: 550px">
<n-scrollbar ref="scrollbarRef" style="max-height: 550px" class="px-3">
<n-form ref="databaseFormRef" :model="databaseFormData" :rules="databaseFormRules">
<n-form-item :label="t('personal_space_module.database_module.creation_method')">
<div
......
......@@ -141,10 +141,11 @@ function handleUpdateDatabase() {
:title="t('personal_space_module.database_module.edit_database')"
:width="534"
:btn-loading="btnLoading"
:content-style="{ padding: '0 12px 24px' }"
@confirm="handleUpdateDatabase"
>
<template #content>
<n-scrollbar ref="scrollbarRef" style="max-height: 550px">
<n-scrollbar ref="scrollbarRef" style="max-height: 550px" class="px-3">
<n-form ref="databaseFormRef" :model="databaseFormData" :rules="databaseFormRules">
<n-form-item
path="title"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment