高度/样式调整
This commit is contained in:
parent
6ec34c9efc
commit
e6411da5c9
@ -33,6 +33,7 @@ export default {
|
||||
title: "门店转化率",
|
||||
icon: "el-icon-switch",
|
||||
description: "门店转化率数据",
|
||||
minWidth:8,
|
||||
components: {
|
||||
xEcharts
|
||||
},
|
||||
|
@ -227,6 +227,7 @@ export default {
|
||||
|
||||
.card-item {
|
||||
width: calc(50% - 8px);
|
||||
min-width:200px;
|
||||
/* margin-right: 10px; */
|
||||
}
|
||||
|
||||
|
@ -144,7 +144,7 @@ export default {
|
||||
]
|
||||
},
|
||||
tableData: [
|
||||
{ id: 1, seachKey: '搜索123', userNum: 158, Increase: '4%' }
|
||||
{ id: 1, seachKey: '搜索1231111111111111111111111111111111111111111111', userNum: 158, Increase: '4%' }
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -190,9 +190,10 @@ export default {
|
||||
background: #fff;
|
||||
padding: 16px 0;
|
||||
margin-bottom:15px;
|
||||
height:381px;
|
||||
min-height:381px;
|
||||
border:1px solid #e4e7ed;
|
||||
border-radius:4px;
|
||||
min-width:375px;
|
||||
}
|
||||
|
||||
.line {
|
||||
|
@ -135,6 +135,7 @@ export default {
|
||||
margin-bottom: 15px;
|
||||
border:1px solid #e4e7ed;
|
||||
border-radius:4px;
|
||||
min-width:375px;
|
||||
}
|
||||
|
||||
.line {
|
||||
|
@ -240,6 +240,7 @@
|
||||
position: relative;margin-bottom: 15px;
|
||||
border: 1px dashed var(--el-color-primary);
|
||||
padding: 15px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.customize-overlay {position: absolute;top:0;right:0;bottom:0;left:0;z-index: 666;display: flex;flex-direction: column;align-items: center;justify-content: center;background: rgba(255,255,255,0.9);cursor: move;}
|
||||
.customize-overlay label {background: var(--el-color-primary);color: #fff;height:40px;padding:0 30px;border-radius: 40px;font-size: 18px;display: flex;align-items: center;justify-content: center;cursor: move;}
|
||||
|
Loading…
Reference in New Issue
Block a user