::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -246,7 +246,7 @@ export default {
var second = time.split(":")[2];
s = Number(hour * 3600) + Number(min * 60) + Number(second)
return s;
},
},
// 返回按钮
cancel(isRefresh) {
this.$emit('change', {
@@ -285,7 +285,7 @@ export default {
}
}
::v-deep .mapDialog {
:deep( .mapDialog ){
.el-dialog__body {
padding: 0;