mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(xpack): 嵌入式div嵌入影响系统原布局 #13530
This commit is contained in:
@@ -36,7 +36,7 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="filter">
|
||||
<div class="draw-filter_enum">
|
||||
<span>{{ title }}</span>
|
||||
<div class="filter-item">
|
||||
<span
|
||||
@@ -51,7 +51,7 @@ defineExpose({
|
||||
</div>
|
||||
</template>
|
||||
<style lang="less" scope>
|
||||
.filter {
|
||||
.draw-filter_enum {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 46px;
|
||||
|
||||
@@ -44,7 +44,7 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="filter">
|
||||
<div class="draw-filter_base">
|
||||
<span>{{ title }}</span>
|
||||
<div class="filter-item">
|
||||
<el-select
|
||||
@@ -68,7 +68,7 @@ defineExpose({
|
||||
</div>
|
||||
</template>
|
||||
<style lang="less" scope>
|
||||
.filter {
|
||||
.draw-filter_base {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 46px;
|
||||
|
||||
@@ -62,7 +62,7 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="filter">
|
||||
<div class="draw-filter_time">
|
||||
<span>{{ title }}</span>
|
||||
<div class="filter-item">
|
||||
<el-date-picker
|
||||
@@ -82,7 +82,7 @@ defineExpose({
|
||||
</div>
|
||||
</template>
|
||||
<style lang="less" scope>
|
||||
.filter {
|
||||
.draw-filter_time {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 32px;
|
||||
@@ -95,7 +95,6 @@ defineExpose({
|
||||
line-height: 24px;
|
||||
white-space: nowrap;
|
||||
width: 116px;
|
||||
// margin-top: 5px;
|
||||
}
|
||||
|
||||
.filter-item {
|
||||
|
||||
@@ -75,7 +75,7 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="filter">
|
||||
<div class="draw-filter_tree">
|
||||
<span>{{ title }}</span>
|
||||
<div class="filter-item">
|
||||
<el-tree-select
|
||||
@@ -97,7 +97,7 @@ defineExpose({
|
||||
</div>
|
||||
</template>
|
||||
<style lang="less" scope>
|
||||
.filter {
|
||||
.draw-filter_tree {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 46px;
|
||||
|
||||
Reference in New Issue
Block a user