Unverified 提交 342aec90 authored 作者: 王嘉豪's avatar 王嘉豪 提交者: GitHub

Merge pull request #1278 from dataease/pr@dev@refactor_panel

refactor: 优化仪表板多选组件边距
...@@ -162,11 +162,11 @@ export default { ...@@ -162,11 +162,11 @@ export default {
height: 100%; height: 100%;
} }
.first-element-contaner { .first-element-contaner {
width: calc(100% - 10px); width: 100%;
background: initial; background: initial;
position:absolute; position:absolute;
bottom: 5px; bottom: 0px;
margin: 0 4px; margin: 0 0px;
div { div {
width: 100%; width: 100%;
} }
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
.first-element-grid-contaner { .first-element-grid-contaner {
background: #fff; background: #fff;
border: 1px solid #d7dae2; border: 1px solid #d7dae2;
top: 5px; top: 0px;
} }
.condition-main-line { .condition-main-line {
height: 40px !important; height: 40px !important;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论