Skip to content

Commit 34761ca

Browse files
committed
Merge branch 'dev-1.1.4' of github.com:WeDataSphere/DataSphereStudio into dev-1.1.4
2 parents 4e43d34 + 3f20ca3 commit 34761ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

web/packages/scriptis/components/importToHive/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
@import '~@dataspherestudio/shared/common/style/variables.scss';
1919
.we-import-to-hive {
20-
min-height: 480px;
2120
padding: 20px 20px 0;
2221
padding-top: 0;
2322
color: #787878;

web/packages/scriptis/components/importToHive/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<!-- <p v-if="!isXlsType" class="step-form-title">{{ $t('message.scripts.importToHive.LY') }}</p> -->
3535
<FormItem
3636
:label="$t('message.scripts.importToHive.LX')"
37+
v-show="!hideDir"
3738
>
3839
<Select
3940
v-model="firstStep.type"

0 commit comments

Comments
 (0)