mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
perf(仪表板): 优化仪表板查询按钮样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user