Unverified 提交 03c3695f authored 作者: XiaJunjie2020's avatar XiaJunjie2020 提交者: GitHub

Merge pull request #281 from dataease/pr@dev@fix_视图样式

fix: 视图样式
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
group="drag" group="drag"
animation="300" animation="300"
:move="onMove" :move="onMove"
style="padding:2px 0 0 0;width:100%;min-height: 32px;border-radius: 4px;border: 1px solid #DCDFE6;overflow-x: auto;display: flex;align-items: center;background-color: white;" class="drag-block-style"
@add="addXaxis" @add="addXaxis"
> >
<transition-group class="draggable-group"> <transition-group class="draggable-group">
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
group="drag" group="drag"
animation="300" animation="300"
:move="onMove" :move="onMove"
style="padding:2px 0 0 0;width:100%;min-height: 32px;border-radius: 4px;border: 1px solid #DCDFE6;overflow-x: auto;display: flex;align-items: center;background-color: white;" class="drag-block-style"
@add="addYaxis" @add="addYaxis"
> >
<transition-group class="draggable-group"> <transition-group class="draggable-group">
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
group="drag" group="drag"
animation="300" animation="300"
:move="onMove" :move="onMove"
style="padding:2px 0 0 0;width:100%;min-height: 32px;border-radius: 4px;border: 1px solid #DCDFE6;overflow-x: auto;display: flex;align-items: center;background-color: white;" class="drag-block-style"
@add="addStack" @add="addStack"
> >
<transition-group class="draggable-group"> <transition-group class="draggable-group">
...@@ -1527,4 +1527,15 @@ export default { ...@@ -1527,4 +1527,15 @@ export default {
font-weight: normal !important; font-weight: normal !important;
} }
} }
.drag-block-style{
padding:2px 0 0 0;
width:100%;
min-height: 32px;
border-radius: 4px;
border: 1px solid #DCDFE6;
overflow-x: hidden;
display: flex;
align-items: center;
background-color: white;
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论