mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
revert: revert code (#16642)
This commit is contained in:
@@ -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')"
|
||||
>
|
||||
|
||||
@@ -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')"
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user