forked from github/dataease
refactor: 视图编辑工具栏宽度扩大适配
This commit is contained in:
parent
73a9a0bd05
commit
19d344f4df
@ -257,7 +257,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 70px;
|
width: 100px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -245,7 +245,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 70px;
|
width: 100px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -284,7 +284,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 70px;
|
width: 100px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -141,7 +141,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100px;
|
width: 115px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -149,7 +149,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100px;
|
width: 115px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -359,7 +359,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 50px;
|
width: 80px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -355,7 +355,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 50px;
|
width: 80px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
</el-row>
|
</el-row>
|
||||||
<el-row class="view-panel-row">
|
<el-row class="view-panel-row">
|
||||||
<el-tabs :stretch="true" class="tab-header">
|
<el-tabs :stretch="true" class="tab-header">
|
||||||
<el-tab-pane :label="$t('chart.chart_data')" class="padding-tab" style="width: 300px">
|
<el-tab-pane :label="$t('chart.chart_data')" class="padding-tab" style="width: 350px">
|
||||||
<div v-if="view.dataFrom==='template'" class="view-panel-Mask">
|
<div v-if="view.dataFrom==='template'" class="view-panel-Mask">
|
||||||
<span style="opacity: 1;">
|
<span style="opacity: 1;">
|
||||||
<el-button
|
<el-button
|
||||||
@ -56,7 +56,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<el-row class="view-panel">
|
<el-row class="view-panel">
|
||||||
<el-col class="theme-border-class" :span="12" style="border-right: 1px solid #E6E6E6;">
|
<el-col class="theme-border-class" :span="11" style="border-right: 1px solid #E6E6E6;">
|
||||||
<div style="display: flex;align-items: center;justify-content: center;padding: 6px;">
|
<div style="display: flex;align-items: center;justify-content: center;padding: 6px;">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="searchField"
|
v-model="searchField"
|
||||||
@ -145,7 +145,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col
|
<el-col
|
||||||
:span="12"
|
:span="13"
|
||||||
style="height: 100%;border-right: 1px solid #E6E6E6;"
|
style="height: 100%;border-right: 1px solid #E6E6E6;"
|
||||||
class="theme-border-class"
|
class="theme-border-class"
|
||||||
>
|
>
|
||||||
@ -650,7 +650,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane :label="$t('chart.chart_style')" class="padding-tab" style="width: 300px">
|
<el-tab-pane :label="$t('chart.chart_style')" class="padding-tab" style="width: 350px">
|
||||||
<chart-style
|
<chart-style
|
||||||
v-if="chartProperties || view.isPlugin"
|
v-if="chartProperties || view.isPlugin"
|
||||||
:param="param"
|
:param="param"
|
||||||
@ -675,7 +675,7 @@
|
|||||||
@onChangeBackgroundForm="onChangeBackgroundForm"
|
@onChangeBackgroundForm="onChangeBackgroundForm"
|
||||||
/>
|
/>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane :label="$t('chart.senior')" class="padding-tab" style="width: 300px;">
|
<el-tab-pane :label="$t('chart.senior')" class="padding-tab" style="width: 350px;">
|
||||||
<el-row class="view-panel">
|
<el-row class="view-panel">
|
||||||
<div
|
<div
|
||||||
v-if="view.type && (view.type.includes('bar') || view.type.includes('line') || view.type.includes('mix') || view.type.includes('gauge')) || view.type === 'text'"
|
v-if="view.type && (view.type.includes('bar') || view.type.includes('line') || view.type.includes('mix') || view.type.includes('gauge')) || view.type === 'text'"
|
||||||
@ -2523,7 +2523,7 @@ export default {
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
top:0px;
|
top:0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 300px;
|
width: 350px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
cursor:not-allowed;
|
cursor:not-allowed;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2848,7 +2848,7 @@ span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .item-axis {
|
::v-deep .item-axis {
|
||||||
width: 128px !important;
|
width: 168px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .el-slider__input {
|
::v-deep .el-slider__input {
|
||||||
|
@ -1366,7 +1366,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tools-window-main {
|
.tools-window-main {
|
||||||
width: 300px;
|
width: 350px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
transition: 1s;
|
transition: 1s;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user