perf(仪表板): 优化仪表板查询按钮样式

This commit is contained in:
fit2cloud-chenyw 2022-07-26 16:10:59 +08:00
parent 6e369c0ff7
commit 13e73de5fe
2 changed files with 9 additions and 5 deletions

View File

@ -11,12 +11,12 @@
<de-out-widget
v-if="config.type==='custom'"
:id="'component' + config.id"
ref="deOutWidget"
class="component-custom"
:style="getComponentStyleDefault(config.style)"
style="overflow: hidden"
:out-style="config.style"
:is-relation="isRelation"
ref="deOutWidget"
:element="config"
:in-screen="inScreen"
:edit-mode="'preview'"

View File

@ -6,6 +6,7 @@
:round="element.options.attrs.round"
:plain="element.options.attrs.plain"
:size="size"
class="de-search-button"
@click="triggerSearch"
>
{{ element.options.value }}
@ -44,5 +45,8 @@ export default {
</script>
<style lang="scss" scoped>
.de-search-button {
height: 100%;
width: 100%;
}
</style>