Merge pull request #13856 from dataease/pr@dev-v2_dzz
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run

fix(xpack): 嵌入式div嵌入影响系统原布局 #13530
This commit is contained in:
xuwei-fit2cloud 2024-12-05 14:13:42 +08:00 committed by GitHub
commit 9045d83e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 9 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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;