mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #13856 from dataease/pr@dev-v2_dzz
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
fix(xpack): 嵌入式div嵌入影响系统原布局 #13530
This commit is contained in:
commit
9045d83e7d
@ -36,7 +36,7 @@ defineExpose({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="filter">
|
<div class="draw-filter_enum">
|
||||||
<span>{{ title }}</span>
|
<span>{{ title }}</span>
|
||||||
<div class="filter-item">
|
<div class="filter-item">
|
||||||
<span
|
<span
|
||||||
@ -51,7 +51,7 @@ defineExpose({
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style lang="less" scope>
|
<style lang="less" scope>
|
||||||
.filter {
|
.draw-filter_enum {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 46px;
|
min-height: 46px;
|
||||||
|
@ -44,7 +44,7 @@ defineExpose({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="filter">
|
<div class="draw-filter_base">
|
||||||
<span>{{ title }}</span>
|
<span>{{ title }}</span>
|
||||||
<div class="filter-item">
|
<div class="filter-item">
|
||||||
<el-select
|
<el-select
|
||||||
@ -68,7 +68,7 @@ defineExpose({
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style lang="less" scope>
|
<style lang="less" scope>
|
||||||
.filter {
|
.draw-filter_base {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 46px;
|
min-height: 46px;
|
||||||
|
@ -62,7 +62,7 @@ defineExpose({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="filter">
|
<div class="draw-filter_time">
|
||||||
<span>{{ title }}</span>
|
<span>{{ title }}</span>
|
||||||
<div class="filter-item">
|
<div class="filter-item">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
@ -82,7 +82,7 @@ defineExpose({
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style lang="less" scope>
|
<style lang="less" scope>
|
||||||
.filter {
|
.draw-filter_time {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
@ -95,7 +95,6 @@ defineExpose({
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 116px;
|
width: 116px;
|
||||||
// margin-top: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-item {
|
.filter-item {
|
||||||
|
@ -75,7 +75,7 @@ defineExpose({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="filter">
|
<div class="draw-filter_tree">
|
||||||
<span>{{ title }}</span>
|
<span>{{ title }}</span>
|
||||||
<div class="filter-item">
|
<div class="filter-item">
|
||||||
<el-tree-select
|
<el-tree-select
|
||||||
@ -97,7 +97,7 @@ defineExpose({
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style lang="less" scope>
|
<style lang="less" scope>
|
||||||
.filter {
|
.draw-filter_tree {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 46px;
|
min-height: 46px;
|
||||||
|
Loading…
Reference in New Issue
Block a user