refactor: /deep/ => ::v-deep

main
wu.jian2 2 years ago
parent 26d4234b76
commit 49660d6dd2

@ -406,7 +406,7 @@ export default {
}, },
// //
updateSetting (config) { updateSetting (config) {
if (config.type === 'map'||config.type === 'video') { if (config.type === 'map' || config.type === 'video') {
config.key = new Date().getTime() config.key = new Date().getTime()
} }
this.changeChartConfig(_.cloneDeep(config)) this.changeChartConfig(_.cloneDeep(config))
@ -505,13 +505,13 @@ export default {
margin-right: 16px; margin-right: 16px;
} }
/deep/ .el-select { ::v-deep .el-select {
width: 150px !important; width: 150px !important;
} }
} }
} }
/deep/ .el-loading-mask { ::v-deep .el-loading-mask {
background-color: transparent !important; background-color: transparent !important;
} }
} }

@ -55,7 +55,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../assets/style/bsTheme.scss'; @import '../../assets/style/bsTheme.scss';
/deep/ .el-dialog__body{ ::v-deep .el-dialog__body{
min-height: 0 !important; min-height: 0 !important;
} }
.item{ .item{

Loading…
Cancel
Save