[update] 部分问题调整
This commit is contained in:
@@ -376,6 +376,7 @@ export default {
|
||||
},
|
||||
// 初始化 实时示功图
|
||||
initIndicatorDiagram (data) {
|
||||
this.$nextTick(() => {
|
||||
// 没有渲染出组件就不执行
|
||||
if (!this.$refs.indicatorDiagram) {
|
||||
return
|
||||
@@ -414,6 +415,7 @@ export default {
|
||||
]
|
||||
// 设置数据
|
||||
this.$refs.indicatorDiagram && this.$refs.indicatorDiagram.updateMyChartOption(option)
|
||||
})
|
||||
},
|
||||
// 油井下拉
|
||||
loadOilWellList (wellheadArea) {
|
||||
|
||||
@@ -442,6 +442,7 @@ export default {
|
||||
.overview-card-main {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 0.78rem;
|
||||
|
||||
.overview-card-img {
|
||||
flex: 0 0 0.56rem;
|
||||
|
||||
@@ -153,9 +153,14 @@ export default {
|
||||
width: 0.14rem;
|
||||
height: 0.14rem;
|
||||
}
|
||||
/deep/ .van-uploader__preview {
|
||||
margin: 0.02rem;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
}
|
||||
/deep/ .van-uploader__preview-image {
|
||||
width: 1.24rem;
|
||||
height: 1.24rem;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
/deep/ .van-uploader__upload {
|
||||
width: 1.24rem;
|
||||
|
||||
@@ -531,6 +531,7 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.upload-avatar-box {
|
||||
position: relative;
|
||||
margin-top: -13px;
|
||||
width: 100%;
|
||||
height: 168px;
|
||||
background: url("~@/assets/images/systemOverview/systemSettings/upload-avatar.png") no-repeat center center;
|
||||
|
||||
Reference in New Issue
Block a user