From 360149a494af82148e1e072816b050630888bb40 Mon Sep 17 00:00:00 2001
From: braks <78412429+bcakmakoglu@users.noreply.github.com>
Date: Mon, 22 Aug 2022 10:40:32 +0200
Subject: [PATCH] refactor(gui-v2): use default size inputs for create external
form
---
.../pages/index/index/create-external.vue | 39 ++++++++-----------
1 file changed, 17 insertions(+), 22 deletions(-)
diff --git a/packages/nc-gui-v2/pages/index/index/create-external.vue b/packages/nc-gui-v2/pages/index/index/create-external.vue
index 30adf3f2fd..cefa7d99d5 100644
--- a/packages/nc-gui-v2/pages/index/index/create-external.vue
+++ b/packages/nc-gui-v2/pages/index/index/create-external.vue
@@ -253,11 +253,11 @@ onMounted(() => {
:label-col="{ span: 10 }"
>
-
+
-
+
{{ client.text }}
@@ -270,32 +270,28 @@ onMounted(() => {
:label="$t('labels.sqliteFile')"
v-bind="validateInfos['dataSource.connection.connection.filename']"
>
-
+
-
+
-
+
-
+
-
+
@@ -304,7 +300,6 @@ onMounted(() => {
@@ -315,14 +310,14 @@ onMounted(() => {
:label="$t('labels.schemaName')"
v-bind="validateInfos['dataSource.searchPath.0']"
>
-
+
-
+
{{ opt }}
@@ -335,7 +330,7 @@ onMounted(() => {
{{ $t('tooltip.clientCert') }}
-
+
{{ $t('labels.clientCert') }}
@@ -345,7 +340,7 @@ onMounted(() => {
{{ $t('tooltip.clientKey') }}
-
+
{{ $t('labels.clientKey') }}
@@ -356,7 +351,7 @@ onMounted(() => {
{{ $t('tooltip.clientCA') }}
-
+
{{ $t('labels.serverCA') }}
@@ -370,13 +365,13 @@ onMounted(() => {
-
+
{{ type }}
-
+
{{ type }}
@@ -439,12 +434,12 @@ onMounted(() => {
:deep(.ant-input-affix-wrapper),
:deep(.ant-input),
:deep(.ant-select) {
- @apply !appearance-none my-1 border-1 border-solid border-primary/50 rounded;
+ @apply !appearance-none border-1 border-solid border-primary/50 rounded;
}
- .nc-extdb-host-password {
+ :deep(.ant-input-password) {
input {
- @apply !border-none;
+ @apply !border-none my-0;
}
}
}