revert: revert code (#16642)

This commit is contained in:
王嘉豪
2025-08-08 15:09:45 +08:00
committed by GitHub
parent 57822d52db
commit 9266f8e4da
4 changed files with 16 additions and 16 deletions

View File

@@ -620,7 +620,7 @@ const initOpenHandler = newWindow => {
themes="light"
show-split-line
is-label
:base-width="215"
:base-width="115"
:icon-name="dvMoreCom"
:title="t('visualization.more')"
>

View File

@@ -433,7 +433,7 @@ const fullScreenPreview = () => {
</component-group>
<component-group
is-label
:base-width="315"
:base-width="215"
:icon-name="dvMoreCom"
:title="t('visualization.more')"
>

View File

@@ -40,13 +40,13 @@ const handleDragEnd = e => {
drag-info="DeFrame&DeFrame"
v-on:click="newComponent('DeFrame', 'DeFrame')"
></drag-component>
<drag-component
:themes="themes"
:icon="dvTabScreen"
:label="$t('visualization.screen_page')"
drag-info="DeScreen&DeScreen"
v-on:click="newComponent('DeScreen', 'DeScreen')"
></drag-component>
<!-- <drag-component-->
<!-- :themes="themes"-->
<!-- :icon="dvTabScreen"-->
<!-- :label="$t('visualization.screen_page')"-->
<!-- drag-info="DeScreen&DeScreen"-->
<!-- v-on:click="newComponent('DeScreen', 'DeScreen')"-->
<!-- ></drag-component>-->
</div>
</template>

View File

@@ -60,13 +60,13 @@ const handleDragEnd = e => {
drag-info="DeFrame&DeFrame"
v-on:click="newComponent('DeFrame')"
></drag-component>
<drag-component
:themes="themes"
:icon="dvTabScreen"
:label="$t('visualization.screen_page')"
drag-info="DeScreen&DeScreen"
v-on:click="newComponent('DeScreen', 'DeScreen')"
></drag-component>
<!-- <drag-component-->
<!-- :themes="themes"-->
<!-- :icon="dvTabScreen"-->
<!-- :label="$t('visualization.screen_page')"-->
<!-- drag-info="DeScreen&DeScreen"-->
<!-- v-on:click="newComponent('DeScreen', 'DeScreen')"-->
<!-- ></drag-component>-->
</div>
</template>